[arch-commits] CVS update of extra/lib/libixp (config.mk)

Jeff Mickey jeff at archlinux.org
Wed Dec 19 23:25:40 UTC 2007


    Date: Wednesday, December 19, 2007 @ 18:25:40
  Author: jeff
    Path: /home/cvs-extra/extra/lib/libixp

 Removed: config.mk (1.2)

No longer needed by libixp


-----------+
 config.mk |   44 --------------------------------------------
 1 file changed, 44 deletions(-)


Index: extra/lib/libixp/config.mk
diff -u extra/lib/libixp/config.mk:1.2 extra/lib/libixp/config.mk:removed
--- extra/lib/libixp/config.mk:1.2	Wed Dec 19 18:25:10 2007
+++ extra/lib/libixp/config.mk	Wed Dec 19 18:25:40 2007
@@ -1,44 +0,0 @@
-# Customize below to fit your system
-
-COMPONENTS = \
-	libixp \
-	libixp_pthread
-IGNORE = \
-	libixp_task \
-	libixp_rubythread
-
-RUBYINC = -I/usr/lib/ruby/1.8/i686-linux
-TASKINC = -I${HOME}/libtask
-
-# paths
-PREFIX = /usr
-BIN = ${PREFIX}/bin
-MAN = ${PREFIX}/share/man
-ETC = ${PREFIX}/etc
-LIBDIR = ${PREFIX}/lib
-INCLUDE = ${PREFIX}/include
-
-# Includes and libs
-INCPATH = .:${ROOT}/include:${INCLUDE}:/usr/include
-LIBS = -L/usr/lib -lc
-
-# Flags
-include ${ROOT}/mk/gcc.mk
-CFLAGS = -g -Wall ${INCS} -DVERSION=\"${VERSION}\"
-LDFLAGS = -g ${LIBS}
-
-# Compiler
-CC = cc -c
-# Linker (Under normal circumstances, this should *not* be 'ld')
-LD = cc
-# Other
-AR = ar crs
-#AR = sh -c 'ar cr "$$@" && ranlib "$$@"'
-
-# Solaris
-#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
-#LDFLAGS = ${LIBS} -R${PREFIX}/lib
-#LDFLAGS += -lsocket -lnsl
-#CFLAGS += -xtarget=ultra
-FCALL_H_VERSION=.nounion
-




More information about the arch-commits mailing list