Worked on configure a bit
[hrr.git] / not / Makefile.in
blob034b51e2f0ba840eff2f4c6732bb1f5ad07fe0e6
1 # m m mm mmm .----------. .---------------------. mmm mm m m
2 # 8 8 88 888 | .--------` | .------------------` 888 88 8 8
3 # 8 8 88 888 | ```````|`V```````| |``||``|`````| 888 88 8 8
4 # 8 8 88 888 `------ | | [] | |``````|| | [] | 888 88 8 8
5 # 8 8 88 888 |`````` | | | ````|```` | | 888 88 8 8
6 # ` ` `` ``` ``````````````> |````````````| |`` ``` `` ` `
7 # ==============` `---`
8 # L A B O R A T O R I E S
9 #
10 #This file is part of Hacker Radio Rec.
12 #Hacker Radio Rec is free software: you can redistribute it and/or
13 #modify it under the terms of the GNU General Public License as
14 #published by the Free Software Foundation, either version 3 of
15 #the License or (at your option) any later version.
17 #Hacker Radio Rec is distributed in the hope that it will be
18 #useful, but WITHOUT ANY WARRANTY; without even the implied
19 #warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
20 #See the GNU General Public License for more details.
22 # Copyright (C) 2009, Thea DeSilva
23 # You can find a copy of GNU General Public License in COPYING
27 CC = @CC@
28 LEX = lex
29 AR = ar
30 RANLIB=ranlib
31 CFLAGS = @CFLAGS@
32 CPPFLAGS = @CPPFLAGS@
33 LDFLAGS = @LDFLAGS@
35 OBJS=not.o
37 libnot.a: ${OBJS}
38 rm -f libnot.a
39 ar -q -v libnot.a ${OBJS}
40 ${RANLIB} libnot.a
42 %.o: %.c
43 ${CC} -c ${CFLAGS} -o $@ $<
45 bless:
46 ../tools/gpg_bless
48 clean:
49 rm -f ${OBJS} libnot.a csig