home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume1 / 8712 / mkmf / 2 / x.Makefile / t.Makefile < prev   
Encoding:
Makefile  |  1990-07-13  |  166 b   |  13 lines

  1. LDFLAGS          =
  2.  
  3. LIBS          =
  4.  
  5. LINKER          = cc
  6.  
  7. OBJS          =
  8.  
  9. PROGRAM          =
  10.  
  11. $(PROGRAM):     $(OBJS) $(LIBS)
  12.         $(LINKER) $(LDFLAGS) $(OBJS) $(LIBS) -o $(PROGRAM)
  13.