fix rules for optional plugins.
[galan.git] / plugins / emu10k1-lib / Makefile
blobe54af8fdd376f52ca9b61f2aabc52ed39278b6ec
1 #include ../../Makefile.config
2 CC := gcc
3 CFLAGS := -g -O2 -Wall
4 OB := dsp.o driver_access.o debug.o file.o mix.o
9 all: dep libdsp.o
11 -include .depend
13 dep:
14 $(CC) -M *.c > .depend
16 libdsp.o: $(OB)
17 ld -r $(OB) -o libdsp.o
19 clean:
20 rm -f .depend core *~ *.o
21 distclean:
22 rm -f .depend core *~ *.o