home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / octa21eb.zip / octave / PATOS2.ZIP / libcruft / makefile-subdirs.os2 < prev    next >
Makefile  |  1998-01-04  |  618b  |  31 lines

  1. # Makefile for all subdirs in octave's libcruft directory
  2. # Modified by Klaus Gebhardt, 1994 - 1996
  3.  
  4. TOPDIR = ../..
  5.  
  6. ifeq ($(DLLNAME),misc)
  7.  
  8. SPECIAL = machar.c d1mach-tst.for dostop.c f77-extern.cc \
  9.     f77-fcn.c f77-fcn.h lo-error.c lo-error.h
  10.  
  11. SPECIAL_DEPEND = machar.obj dostop.obj f77-fcn.obj lo-error.obj
  12.  
  13. EXTERNAL_DISTFILES = $(DISTFILES)
  14.  
  15. include $(TOPDIR)/makeconf.os2
  16. include ../makerules.os2
  17.  
  18. # Don't optimize.
  19.  
  20. XCC = $(patsubst -O%, , $(CC)) -DDP
  21.  
  22. machar.obj: machar.c
  23.     $(XCC) -o machar.obj -c machar.c -Zomf
  24.  
  25. else
  26.  
  27. include $(TOPDIR)/makeconf.os2
  28. include ../makerules.os2
  29.  
  30. endif
  31.