FreeCalypso > hg > ice1-trau-tester
annotate libhr/Makefile @ 52:626180a15857 default tip
ater play-d144: emit E-data frames manually,
osmo_trau_frame_encode() is currently broken for this frame type
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Wed, 25 Sep 2024 06:40:43 +0000 |
| parents | e1eabf554a75 |
| children |
| rev | line source |
|---|---|
|
40
e1eabf554a75
libhr: small subset of WIP libgsmhr1
Mychaela Falconia <falcon@freecalypso.org>
parents:
4
diff
changeset
|
1 OBJS= pack_frame.o paramval_common.o paramval_dec.o |
|
e1eabf554a75
libhr: small subset of WIP libgsmhr1
Mychaela Falconia <falcon@freecalypso.org>
parents:
4
diff
changeset
|
2 LIB= libhr.a |
|
1
570252e22630
libutil: timeslot opening function
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 |
|
570252e22630
libutil: timeslot opening function
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 include ../config.defs |
|
570252e22630
libutil: timeslot opening function
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 |
|
570252e22630
libutil: timeslot opening function
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 CPPFLAGS=${OSMO_INCLUDE} |
|
570252e22630
libutil: timeslot opening function
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 |
|
570252e22630
libutil: timeslot opening function
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 all: ${LIB} |
|
570252e22630
libutil: timeslot opening function
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
9 |
|
570252e22630
libutil: timeslot opening function
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
10 ${LIB}: ${OBJS} |
|
570252e22630
libutil: timeslot opening function
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
11 ar rcu $@ ${OBJS} |
|
570252e22630
libutil: timeslot opening function
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
12 ranlib $@ |
|
570252e22630
libutil: timeslot opening function
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
13 |
|
570252e22630
libutil: timeslot opening function
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
14 clean: |
|
570252e22630
libutil: timeslot opening function
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
15 rm -f *.[oa] errs |
