diff options
author | Rob Austein <sra@hactrn.net> | 2014-04-06 23:55:37 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-04-06 23:55:37 +0000 |
commit | cc30a7ed3c710c6082df2f2079e3012b17161352 (patch) | |
tree | e1d779eecd13d026236f588eead6a7a030bc801c /rp/utils/uri | |
parent | fe0bf509f528dbdc50c7182f81057c6a4e15e4bd (diff) |
Start whacking Makefiles
svn path=/branches/tk685/; revision=5758
Diffstat (limited to 'rp/utils/uri')
-rw-r--r-- | rp/utils/uri/Makefile.in | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/rp/utils/uri/Makefile.in b/rp/utils/uri/Makefile.in deleted file mode 100644 index fc545060..00000000 --- a/rp/utils/uri/Makefile.in +++ /dev/null @@ -1,31 +0,0 @@ -# $Id$ - -NAME = uri - -BIN = ${NAME} -SRC = ${NAME}.c -OBJ = ${NAME}.o - -CFLAGS = @CFLAGS@ -LDFLAGS = @LDFLAGS@ -LIBS = @LIBS@ - -abs_top_srcdir = @abs_top_srcdir@ -abs_top_builddir = @abs_top_builddir@ - -all: ${BIN} - -clean: - rm -rf ${BIN} ${OBJ} ${BIN}.dSYM - -${BIN}: ${SRC} - ${CC} ${CFLAGS} -o $@ ${SRC} ${LDFLAGS} ${LIBS} - -test: - @true - -install deinstall uninstall: - @true - -distclean: clean - rm -f Makefile |