home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dmake40.zip / unix / bsd43 / uw / config.mk next >
Makefile  |  1994-10-23  |  538b  |  18 lines

  1. # This is the BSD 4.3 University of Waterloo (uw) UNIX configuration file
  2. # for DMAKE
  3. #    It simply modifies the values of LDLIBS to include libuw.a
  4. #    so that vfprintf can be found.
  5. #
  6.  
  7. LDLIBS += -luw
  8. osredir := $(OS)$(DIRSEPSTR)$(OSRELEASE)$(DIRSEPSTR)$(OSENVIRONMENT)
  9. CFLAGS += -I$(osredir)
  10.  
  11. # install script for UW's /usr/software hierarchy...
  12. install:
  13.     mkdir ../bin; strip ./dmake; mv ./dmake ../bin
  14.     chmod a+rx ../bin/dmake ../bin
  15.     mkdir ../lib; chmod a+rx ../lib
  16.     cp $(STARTUPFILE) ../lib
  17.     chmod a+r ../lib/startup.mk
  18.