[Mobies-commit] [commit] r4230 - in UDM/trunk/samples: CreateLampModel cross_links
endre at redhat3.isis.vanderbilt.edu
endre at redhat3.isis.vanderbilt.edu
Sun Jan 5 23:42:03 CST 2014
Author: endre
Date: Sun Jan 5 23:42:03 2014
New Revision: 4230
Log:
OS X Makefiles for samples/
Modified:
UDM/trunk/samples/CreateLampModel/Makefile.OSX
UDM/trunk/samples/cross_links/Makefile.OSX
Modified: UDM/trunk/samples/CreateLampModel/Makefile.OSX
==============================================================================
--- UDM/trunk/samples/CreateLampModel/Makefile.OSX Sun Jan 5 23:41:58 2014 (r4229)
+++ UDM/trunk/samples/CreateLampModel/Makefile.OSX Sun Jan 5 23:42:03 2014 (r4230)
@@ -6,11 +6,11 @@
all: $(SOURCES) $(OBJECTS) CreateLampModel
LampDiagram.cpp:../LampDiagram_udm.xml ../../bin/Udm
- ../../bin/Udm $< -v -d ../../etc -T
+ DYLD_LIBRARY_PATH=$(DYLDLIBRARYPATH) ../../bin/Udm $< -v -d ../../etc -T
.cpp.o:
$(CC) $(CFLAGS) $(INCLUDE) $< -o $@
CreateLampModel: CreateLampModel.o LampDiagram.o
$(CC) $(BCFLAGS) CreateLampModel.o LampDiagram.o -o CreateLampModel -lUdm -L../../lib
clean:
- rm -f *.o CreateLampModel LampDiagram.cpp LampDiagram.h LampDiagram.xst *.mem *.xml
+ rm -f *.o CreateLampModel LampDiagram.cpp LampDiagram.h LampDiagram.xsd *.mem *.xml
Modified: UDM/trunk/samples/cross_links/Makefile.OSX
==============================================================================
--- UDM/trunk/samples/cross_links/Makefile.OSX Sun Jan 5 23:41:58 2014 (r4229)
+++ UDM/trunk/samples/cross_links/Makefile.OSX Sun Jan 5 23:42:03 2014 (r4230)
@@ -9,7 +9,7 @@
all: $(SOURCES) $(OBJECTS) cross_links
$(BUILT_SOURCES):../CL_udm.udm ../../bin/Udm
- ../../bin/Udm $< -v -d ../../etc -T
+ DYLD_LIBRARY_PATH=$(DYLDLIBRARYPATH) ../../bin/Udm $< -v -d ../../etc -T
.cpp.o:
$(CC) $(CFLAGS) $(INCLUDE) $< -o $@
More information about the Mobies-commit
mailing list