From: Dominic L?t. <ma...@us...> - 2004-05-31 20:16:11
|
Update of /cvsroot/robotflow/RobotFlow/Control/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20171/Control/src Modified Files: Makefile.am Log Message: now working make rpm Index: Makefile.am =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Control/src/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile.am 27 May 2004 00:27:22 -0000 1.5 --- Makefile.am 31 May 2004 20:15:32 -0000 1.6 *************** *** 4,9 **** #AUTOMAKE_OPTIONS = no-dependencies - #override libdir=$(OVERFLOW_DATA)/$(PACKAGE) - lib_LTLIBRARIES = libControl.la --- 4,7 ---- *************** *** 14,18 **** EVID30_PID.cc - libControl_la_LDFLAGS = -release $(LT_RELEASE) --- 12,15 ---- *************** *** 20,25 **** install-data-local: ! echo "Installing libControl" ! mkdir -p $(OVERFLOW_DATA)/$(PACKAGE) ! (perl $(OVERFLOW_BIN)/info2def.pl $(libControl_la_SOURCES) > $(OVERFLOW_DATA)/$(PACKAGE)/Control.def) ! (rm $(OVERFLOW_DATA)/$(PACKAGE)/Control.tlb; cd $(OVERFLOW_DATA)/$(PACKAGE); ln -s lib/libControl.so Control.tlb) --- 17,22 ---- install-data-local: ! echo "Installing libControl in $(libdir)" ! mkdir -p $(libdir) ! (perl $(OVERFLOW_BIN)/info2def.pl $(libControl_la_SOURCES) > $(prefix)/Control.def) ! (rm $(libdir)/Control.tlb; cd $(libdir); ln -s libControl.so Control.tlb) |