From b09bea965d034a8e092b35d369f2ef6591ef0e65 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 25 Nov 2002 10:25:07 +0000 Subject: *** empty log message *** svn path=/trunk/; revision=231 --- externals/grill/flext/makefile.pd-bcc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'externals/grill/flext/makefile.pd-bcc') diff --git a/externals/grill/flext/makefile.pd-bcc b/externals/grill/flext/makefile.pd-bcc index f03c6f6b..4f67e07b 100644 --- a/externals/grill/flext/makefile.pd-bcc +++ b/externals/grill/flext/makefile.pd-bcc @@ -38,8 +38,8 @@ CFLAGS=-6 -O2 -OS -ff -tWD !include make-files.txt !ifdef SNDOBJ -SRCS=$(SRCS) flsndobj.cpp -HDRS=$(HDRS) flsndobj.h +SRCS=$(SRCS) $(SRCS_SNDOBJ) +HDRS=$(HDRS) $(HDRS_SNDOBJ) !endif #default target @@ -56,6 +56,9 @@ OBJS= $(SRCS:.cpp=.obj) #.PATH.obj=$(OUTPATH) + +DIR="/" + {$(SOURCE)}.cpp.obj: bcc32 -c $(CFLAGS) $(DEFS) $(INCPATH) -n$(OUTPATH) $< @@ -69,13 +72,11 @@ $(OUTPATH)\$(NAME)-$(TARGET).lib:: $(OBJS) cd $(OUTPATH) tlib "..\$<" +$(**: = +) cd .. -!ifdef INSTALL -!if "$(INSTALL)" == "yes" +!if $d(INSTDIR) && "$(INSTDIR)" != "" @-if not exist $(INSTDIR) mkdir $(INSTDIR) copy $< $(INSTDIR) >nul copy $(SOURCE)\*.h $(INSTDIR) >nul !endif -!endif -- cgit v1.2.1