source: tags/initial/READSEQ/Makefile

Last change on this file was 2, checked in by oldcode, 24 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 422 bytes
Line 
1OBJECT = readseq.o ureadseq.o
2
3.SUFFIXES: .o .c .cxx
4
5all: $(ARBHOME)/bin/arb_readseq
6
7$(ARBHOME)/bin/arb_readseq:  $(OBJECT)
8        $(ACC) $(cflags) -o $@ $(OBJECT) 
9
10.c.o:
11        $(ACC) $(cflags) -c $< $(AINCLUDES)
12
13depend:
14        $(MAKEDEPEND) $(MAKEDEPENDINC) $(OBJECT:.o=.c*)
15
16# DO NOT DELETE THIS LINE -- make depend depends on it.
17
18readseq.o: 
19readseq.o: 
20readseq.o:  ureadseq.h
21ureadseq.o: 
22ureadseq.o: 
23ureadseq.o:  ureadseq.h
Note: See TracBrowser for help on using the repository browser.