source: tags/initial/ARBDB/EXAMPLES/Makefile

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

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 266 bytes
Line 
1CC = g++ -g
2
3all:    all_spec_names write_all_species read_all_sequences
4
5
6%:      %.c
7#       $(CC) -I${ARBHOME}/INCLUDE -L${ARBHOME}/lib -o $@ $< -lARBDB -lsocket -lgen -lposix4
8        $(CC) -I${ARBHOME}/INCLUDE -L${ARBHOME}/lib -o $@ $< -lARBDB
9
10#-lnsl -L/usr/ucblib -lucb -lposix4
Note: See TracBrowser for help on using the repository browser.