Update of /cvsroot/pure-data/externals/iem/iem_ambi/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18968/iem/iem_ambi/src
Modified Files: makefile makefile_linux makefile_win Log Message: change target in makefile
Index: makefile_win =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_ambi/src/makefile_win,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** makefile_win 10 Mar 2006 01:42:56 -0000 1.2 --- makefile_win 30 Nov 2006 10:50:50 -0000 1.3 *************** *** 1,4 ****
! all: iem_ambi.dll
VIS_CPP_PATH = "C:\Programme\Microsoft Visual Studio\Vc98" --- 1,4 ----
! all: ..\iem_ambi.dll
VIS_CPP_PATH = "C:\Programme\Microsoft Visual Studio\Vc98" *************** *** 35,41 **** cl $(PD_WIN_C_FLAGS) $(PD_WIN_INCLUDE_PATH) /c $*.c
! iem_ambi.dll: $(OBJ) link $(PD_WIN_L_FLAGS) /dll /export:iem_ambi_setup \ ! /out:iem_ambi.dll $(OBJ) $(PD_WIN_LIB)
clean: --- 35,41 ---- cl $(PD_WIN_C_FLAGS) $(PD_WIN_INCLUDE_PATH) /c $*.c
! ..\iem_ambi.dll: $(OBJ) link $(PD_WIN_L_FLAGS) /dll /export:iem_ambi_setup \ ! /out:..\iem_ambi.dll $(OBJ) $(PD_WIN_LIB)
clean:
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_ambi/src/makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** makefile 10 Nov 2006 14:31:45 -0000 1.3 --- makefile 30 Nov 2006 10:50:50 -0000 1.4 *************** *** 36,40 ****
clean: ! rm $(TARGET) rm *.o
--- 36,40 ----
clean: ! rm ..$(TARGET) rm *.o
*************** *** 43,46 **** --- 43,47 ---- $(LD) $(LDFLAGS) -o $(TARGET) *.o $(LIB) strip --strip-unneeded $(TARGET) + mv $(TARGET) ..
$(OBJ) : %.o : %.c
Index: makefile_linux =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_ambi/src/makefile_linux,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** makefile_linux 10 Nov 2006 14:31:45 -0000 1.1 --- makefile_linux 30 Nov 2006 10:50:50 -0000 1.2 *************** *** 36,40 ****
clean: ! rm $(TARGET) rm *.o
--- 36,40 ----
clean: ! rm ..$(TARGET) rm *.o
*************** *** 43,46 **** --- 43,47 ---- $(LD) $(LDFLAGS) -o $(TARGET) *.o $(LIB) strip --strip-unneeded $(TARGET) + mv $(TARGET) ..
$(OBJ) : %.o : %.c