1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-07 01:58:28 +03:00

r18035: - fixed 'make clean' to remove test objects

- fixed 'make install' to create target dir

should be ready to go into the build farm as a standalone build now?
(This used to be commit 5feaeaf1dc6434874c8f4c0e913a7e6c70b87309)
This commit is contained in:
Andrew Tridgell 2006-09-04 12:39:41 +00:00 committed by Gerald (Jerry) Carter
parent 7e97a15fa0
commit 63799e5c63

View File

@ -16,6 +16,7 @@ OBJS = dlfcn.o getpass.o replace.o snprintf.o
all: libreplace.a
install: all
mkdir -p $(libdir)
$(INSTALL) libreplace.a $(libdir)
libreplace.a: $(OBJS)
@ -36,7 +37,7 @@ testsuite: libreplace.a $(TEST_OBJS)
@$(CC) $(CFLAGS) -c $< -o $@
clean:
rm -f *.o *.a testsuite
rm -f *.o test/*.o *.a testsuite
distclean: clean
rm -f *~ */*~