8 OBJS
=support.o sha1.o song.o compiler_l.o compiler_y.o \
9 ss_core.o ss_input.o ss_gen.o ss_eff.o ss_ins.o ss_song.o \
10 ss_output.o ss_outdev.o midi_song.o main.o
12 DOCS
=doc
/ahs_overview_i.html doc
/ahs_overview_ii.html \
13 doc
/ahs_appendix_1.html doc
/ahxm_index.html doc
/ahxm_api.html
17 DIST_TARGET
=/tmp
/$(PROJ
)-$(VERSION
)
19 ##################################################################
25 $(CC
) $(CFLAGS
) `cat config.cflags` -c
$<
36 compiler_l.o
: lex.yy.c y.tab.h
37 $(CC
) $(CFLAGS
) -c
lex.yy.c
-o compiler_l.o
40 $(CC
) $(CFLAGS
) -c y.tab.c
-o compiler_y.o
48 $(CC
) $(CFLAGS
) $(LIB
) -lm
`cat config.ldflags` -o
$@
51 $(CC
) $(CFLAGS
) wav.c
$(LIB
) -lm
`cat config.ldflags` -o
$@
53 midiin
: midiin.c
$(LIB
)
54 $(CC
) $(CFLAGS
) midiin.c
$(LIB
) -lm
`cat config.ldflags` -o
$@
57 rm -f
$(BIN
) $(LIB
) $(OBJS
) *.o
tags *.
tar.gz
60 rm -f y.tab.c y.tab.h
lex.yy.c
63 rm -f config.h config.
cflags config.
ldflags makefile.opts .config.log Makefile
70 doc
/ahxm_api.html
: *.c
71 -mp_doccer
*.c
-o doc
/ahxm_api
-f html1 \
72 -t
"Ann Hell Ex Machina API ($(VERSION))" \
73 -a
'Angel Ortega - angel@triptico.com'
78 distcopy
: distclean docs y.tab.c y.tab.h
lex.yy.c
79 mkdir
-p
$(DIST_TARGET
) ; \
80 tar cf
- * |
(cd
$(DIST_TARGET
) ; tar xf
-)
83 (cd
/tmp
; tar czf
- $(PROJ
)-$(VERSION
)/* ) > $(PROJ
)-$(VERSION
).
tar.gz
; \
87 gcc
-MM
*.c
> makefile.depend
90 install $(APPNAME
) $(PREFIX
)/bin
91 .
/mkinstalldirs
$(PREFIX
)/share
/doc
/$(PROJ
)
92 install -m
644 $(DOCS
) $(PREFIX
)/share
/doc
/$(PROJ
)
93 install -m
644 README RELEASE_NOTES TODO
$(PREFIX
)/share
/doc
/$(PROJ
)