diff options
Diffstat (limited to 'community/swarp/config.mk')
-rw-r--r-- | community/swarp/config.mk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community/swarp/config.mk b/community/swarp/config.mk deleted file mode 100644 index 12b3565be..000000000 --- a/community/swarp/config.mk +++ /dev/null @@ -1,13 +0,0 @@ -# Customized for Arch Linux <http://archlinux.org> - -VERSION = %VERSION% -PREFIX = /usr -MANPREFIX = ${PREFIX}/man -X11INC = ${PREFIX}/include/X11 -X11LIB = ${PREFIX}/lib/X11 -INCS = -I. -I${PREFIX}/include -I${X11INC} -LIBS = -L${PREFIX}/lib -lc -L${X11LIB} -lX11 -CFLAGS = %CFLAGS% ${INCS} -DVERSION=\"${VERSION}\" -LDFLAGS = ${LIBS} -CC = cc -LD = ${CC} |