8 OBJS
=core.o song.o compiler_l.o compiler_y.o \
9 ss_input.o ss_gen.o ss_eff.o ss_ins.o ss_song.o \
10 output.o out_common.o out_oss.o out_sgi.o out_esd.o out_arts.o \
14 ##################################################################
20 cvs2cl
--fsf
--stdout
> Changelog
23 $(CC
) $(CFLAGS
) `cat config.cflags` -c
$<
34 compiler_l.o
: lex.yy.c y.tab.h
35 $(CC
) $(CFLAGS
) -c
lex.yy.c
-o compiler_l.o
38 $(CC
) $(CFLAGS
) -c y.tab.c
-o compiler_y.o
46 $(CC
) $(CFLAGS
) wav.c
$(LIB
) -lm
`cat config.ldflags` -o
$@
48 midiin
: midiin.c
$(LIB
)
49 $(CC
) $(CFLAGS
) midiin.c
$(LIB
) -lm
`cat config.ldflags` -o
$@
52 rm -f
$(BIN
) $(LIB
) $(OBJS
) *.o
tags *.
tar.gz
55 rm -f y.tab.c y.tab.h
lex.yy.c
58 rm -f config.h config.
cflags config.
ldflags makefile.opts .config.log Makefile
60 dist: distclean ChangeLog y.tab.c y.tab.h
lex.yy.c
61 cd ..
; ln
-s
$(PROJ
) $(PROJ
)-$(VERSION
); \
62 tar czvf
$(PROJ
)-$(VERSION
)/$(PROJ
)-$(VERSION
).
tar.gz
--exclude
=CVS
$(PROJ
)-$(VERSION
)/* ; \
66 gcc
-MM
*.c
> makefile.depend
69 # install $(BIN) $(PREFIX)/bin
70 # mkdir -p $(PREFIX)/share/doc/$(PROJ)
71 # cp $(DOCS) $(PREFIX)/share/doc/$(PROJ)
73 #qq: compiler_l.o compiler_y.o
74 # cc compiler_l.o compiler_y.o -L. -lannhell -lm -o qq