[PD-cvs] externals/iem/iem_bin_ambi/src makefile_linux, 1.1, 1.2 makefile_win, 1.2, 1.3

musil tmusil at users.sourceforge.net
Thu Nov 30 11:56:15 CET 2006


Update of /cvsroot/pure-data/externals/iem/iem_bin_ambi/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21137/iem/iem_bin_ambi/src

Modified Files:
	makefile_linux makefile_win 
Log Message:
change target in makefile

Index: makefile_win
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_bin_ambi/src/makefile_win,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** makefile_win	9 Mar 2006 15:56:05 -0000	1.2
--- makefile_win	30 Nov 2006 10:56:13 -0000	1.3
***************
*** 1,4 ****
  
! all: iem_bin_ambi.dll
  
  VIS_CPP_PATH = "C:\Programme\Microsoft Visual Studio\Vc98"
--- 1,4 ----
  
! all: ..\iem_bin_ambi.dll
  
  VIS_CPP_PATH = "C:\Programme\Microsoft Visual Studio\Vc98"
***************
*** 36,42 ****
  	cl $(PD_WIN_C_FLAGS) $(PD_WIN_INCLUDE_PATH) /c $*.c
  
! iem_bin_ambi.dll: $(OBJ)
  	link $(PD_WIN_L_FLAGS) /dll /export:iem_bin_ambi_setup \
! 	/out:iem_bin_ambi.dll $(OBJ) $(PD_WIN_LIB)
  
  clean:
--- 36,42 ----
  	cl $(PD_WIN_C_FLAGS) $(PD_WIN_INCLUDE_PATH) /c $*.c
  
! ..\iem_bin_ambi.dll: $(OBJ)
  	link $(PD_WIN_L_FLAGS) /dll /export:iem_bin_ambi_setup \
! 	/out:..\iem_bin_ambi.dll $(OBJ) $(PD_WIN_LIB)
  
  clean:

Index: makefile_linux
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_bin_ambi/src/makefile_linux,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** makefile_linux	28 Nov 2006 18:56:01 -0000	1.1
--- makefile_linux	30 Nov 2006 10:56:13 -0000	1.2
***************
*** 37,41 ****
  
  clean:
! 	rm $(TARGET)
  	rm *.o
  
--- 37,41 ----
  
  clean:
! 	rm ..\$(TARGET)
  	rm *.o
  
***************
*** 44,47 ****
--- 44,48 ----
  	$(LD) $(LDFLAGS) -o $(TARGET) *.o $(LIB)
  	strip --strip-unneeded $(TARGET)
+ 	mv $(TARGET) ..
  
  $(OBJ) : %.o : %.c





More information about the Pd-cvs mailing list