8 OBJS
=support.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
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
) $(LIB
) -lm
`cat config.ldflags` -o
$@
49 $(CC
) $(CFLAGS
) wav.c
$(LIB
) -lm
`cat config.ldflags` -o
$@
51 midiin
: midiin.c
$(LIB
)
52 $(CC
) $(CFLAGS
) midiin.c
$(LIB
) -lm
`cat config.ldflags` -o
$@
55 rm -f
$(BIN
) $(LIB
) $(OBJS
) *.o
tags *.
tar.gz
58 rm -f y.tab.c y.tab.h
lex.yy.c
61 rm -f config.h config.
cflags config.
ldflags makefile.opts .config.log Makefile
63 dist: distclean ChangeLog y.tab.c y.tab.h
lex.yy.c
64 cd ..
; ln
-s
$(PROJ
) $(PROJ
)-$(VERSION
); \
65 tar czvf
$(PROJ
)-$(VERSION
)/$(PROJ
)-$(VERSION
).
tar.gz
--exclude
=CVS
$(PROJ
)-$(VERSION
)/* ; \
69 gcc
-MM
*.c
> makefile.depend
72 install annhell
$(PREFIX
)/bin
73 # mkdir -p $(PREFIX)/share/doc/$(PROJ)
74 # cp $(DOCS) $(PREFIX)/share/doc/$(PROJ)