CC = gcc CXX = g++ SOUND = ../../sound TOOLTIP = ../../tooltips BACKDIR = ../../bak/spkit/spkit MAINDIR = ../../main HOMEDIR = $(HOME) X11DIR = /usr/X11R6 INCDIR = -I. -I.. -I../.. -I$(SOUND) -I$(MAINDIR) -I$(TOOLTIP) -I$(X11DIR)/include -I$(X11DIR)/include/X11 -I$(OTHER_INCLUDE_DIR) CCFLAGS = $(INCDIR) $(DEBUG) $(OPTIM) -DLINUX -DUSINGGCC -Wall -Wno-unused DEBUG = -g3 OPTIM = -O2 .c.o: $(CC) $(CCFLAGS) -c $*.c -o $*.o .cc.o: $(CXX) $(CCFLAGS) -c $*.cc -o $*.o LIBNAME = libdsp.a OBJS = \ allpassi.o \ allpassn.o \ amp.o \ butterwo.o \ bwbandpa.o \ bwbandre.o \ bwhighpa.o \ bwlowpas.o \ comb.o \ combint.o \ comblowp.o \ complim.o \ compress.o \ delay.o \ delayint.o \ dist.o \ dpreader.o \ dpwriter.o \ dynamics.o \ fbdelay.o \ feedback.o \ gate.o \ inverter.o \ jamrever.o \ lfo.o \ limiter.o \ mult.o \ mux.o \ pan.o \ processo.o \ rectifie.o \ resonato.o \ schroede.o \ stdrever.o \ sum.o \ sumavg.o \ waveshap.o \ z1lpf.o all: $(LIBNAME) libdsp.a: $(OBJS) rm -f $(LIBNAME) ar ruv $(LIBNAME) $(OBJS) ranlib $(LIBNAME) clean: rm -f $(OBJS) empty: rm -f $(OBJS) $(LIBNAME) back: "cp" *.cc $(BACKDIR) "cp" *.h $(BACKDIR) "cp" Makefile.* $(BACKDIR) lha a $(HOMEDIR)/tich1.lzh *.cc *.h Makefile.* restore: lha x $(HOMEDIR)/tich1.lzh print: a2ps \ allpassi.h \ allpassi.cc \ allpassn.h \ allpassn.cc \ amp.h \ amp.cc \ butterwo.h \ butterwo.cc \ bwbandpa.h \ bwbandpa.cc \ bwbandre.h \ bwbandre.cc \ bwhighpa.h \ bwhighpa.cc \ bwlowpas.h \ bwlowpas.cc \ comb.h \ comb.cc \ combint.h \ combint.cc \ comblowp.h \ comblowp.cc \ complim.h \ complim.cc \ compress.h \ compress.cc \ delay.h \ delay.cc \ delayint.h \ delayint.cc \ dist.h \ dist.cc \ dpreader.h \ dpreader.cc \ dpwriter.h \ dpwriter.cc \ dynamics.h \ dynamics.cc \ fbdelay.h \ fbdelay.cc \ feedback.h \ feedback.cc \ gate.h \ gate.cc \ inverter.h \ inverter.cc \ jamrever.h \ jamrever.cc \ lfo.h \ lfo.cc \ limiter.h \ limiter.cc \ mult.h \ mult.cc \ mux.h \ mux.cc \ pan.h \ pan.cc \ processo.h \ processo.cc \ rectifie.h \ rectifie.cc \ resonato.h \ resonato.cc \ schroede.h \ schroede.cc \ spkit.h \ stdrever.h \ stdrever.cc \ sum.h \ sum.cc \ sumavg.h \ sumavg.cc \ tube.h \ valve.h \ waveshap.h \ waveshap.cc \ z1lpf.h \ z1lpf.cc \ Makefile.* \ >$(HOMEDIR)/tich1.ps