~ubuntu-branches/ubuntu/gutsy/zynaddsubfx/gutsy

« back to all changes in this revision

Viewing changes to src/Synth/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2004-01-28 06:50:09 UTC
  • Revision ID: james.westby@ubuntu.com-20040128065009-w6g7i8c9vilm32ii
Tags: upstream-1.4.3
ImportĀ upstreamĀ versionĀ 1.4.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include ../Makefile.inc
 
2
 
 
3
objects=ADnote.o Envelope.o LFO.o OscilGen.o SUBnote.o Resonance.o
 
4
 
 
5
 
 
6
all: $(objects)
 
7
 
 
8
-include ../Make.deps
 
9
 
 
10
.PHONY : clean
 
11
clean: 
 
12
        rm -f $(objects)
 
13
        rm -f makeinclude.deps
 
14