[OSADL-svn-commits] r66 - fapia-trunk/make

OSADL repository commits osadl-svn-commits at lists.osadl.org
Tue Oct 2 11:45:43 CEST 2007


Author: tb10rts
Date: Thu Jul 19 07:01:51 2007
New Revision: 66

Log:
Added a folder remotely

Added:
   fapia-trunk/make/
   fapia-trunk/make/makeall.bat
   fapia-trunk/make/makefile

Added: fapia-trunk/make/makeall.bat
==============================================================================
--- (empty file)
+++ fapia-trunk/make/makeall.bat	Thu Jul 19 07:01:51 2007
@@ -0,0 +1,2 @@
+set ARP_Tools=%cd%\..\..\..\DevTools_vob\ARP-Tools
+ccperl %arp_tools%\mk.pl %*
\ No newline at end of file

Added: fapia-trunk/make/makefile
==============================================================================
--- (empty file)
+++ fapia-trunk/make/makefile	Thu Jul 19 07:01:51 2007
@@ -0,0 +1,26 @@
+MODULE=FAPIA
+
+TYPES:= VC8_STATIC Automake
+
+NMAKE_STATIC_CFG="Static_Multi_Ansi_Debug_StaticRTL" "Static_Multi_Ansi_Release_StaticRTL" "Static_Multi_Ansi_Debug_DllRTL" "Static_Multi_Ansi_Release_DllRTL"
+NMAKE_DLL_CFG=
+
+MPC_DIRS := $(VIEW_ROOT)/IOFramework_vob/FAPIA/make/MPC/config $(VIEW_ROOT)/ACE_Wrappers_vob/ACE_wrappers/make/MPC/config $(VIEW_ROOT)/XML_vob/xerces/make/MPC/config
+
+ALL:  MPC BUILD
+
+BUILD: BUILD_ALL 
+
+CLEAN:  CLEAN_BUILD CLEAN_MPC
+
+REALCLEAN: REALCLEAN_BUILD CLEAN_MPC
+
+EXPORT: EXPORT_ALL
+
+%include <.homag_make_rules>
+%include <.homag_mpc_make_rules>
+%include <.homag_build_make_rules>
+%include <.homag_export_make_rules>
+
+MAKE_RUNDIR:= os9/run
+AUTOMAKE_RUNDIR:= i686_linux32/.libs


More information about the OSADL-svn-commits mailing list