|
From: <wsh...@us...> - 2003-08-22 05:54:12
|
Update of /cvsroot/emc/rcslib/src/posemath
In directory sc8-pr-cvs1:/tmp/cvs-serv11714/src/posemath
Modified Files:
Tag: wps_multiplat_dev_branch
Makefile
Log Message:
.
Index: Makefile
===================================================================
RCS file: /cvsroot/emc/rcslib/src/posemath/Makefile,v
retrieving revision 4.41.2.1
retrieving revision 4.41.2.2
diff -C2 -d -r4.41.2.1 -r4.41.2.2
*** Makefile 8 Aug 2003 14:21:14 -0000 4.41.2.1
--- Makefile 21 Aug 2003 20:24:15 -0000 4.41.2.2
***************
*** 1,3 ****
--- 1,18 ----
+ ifndef USE_OLD_RCSLIB_MAKEFILES
+
+ all:
+ ../../etc/multiplatbuild.sh
+
+ config:
+ ../../etc/multiplatbuild.sh config $(CONFIG_ARGS)
+
+ clean distclean check distcheck install:
+ ../../etc/multiplatbuild.sh $@
+
+ .PHONY: all config clean distclean check distcheck install
+
+
+ else
ifndef RCSLIB_MAIN_DIR
***************
*** 257,258 ****
--- 272,276 ----
endif
+
+ endif
+ # ifndef USE_OLD_RCSLIB_MAKEFILES
|