aboutsummaryrefslogtreecommitdiff
path: root/src/appl/user_user/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/user_user/Makefile.in')
-rw-r--r--src/appl/user_user/Makefile.in13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/appl/user_user/Makefile.in b/src/appl/user_user/Makefile.in
index 8640860..8b553f1 100644
--- a/src/appl/user_user/Makefile.in
+++ b/src/appl/user_user/Makefile.in
@@ -3,23 +3,20 @@ BUILDTOP=$(REL)..$(S)..
# If you remove the -DDEBUG, the test program needs a line changed
DEFINES = -DDEBUG
-all:: uuclient uuserver
+all: uuclient uuserver
-check-pytests:: uuclient uuserver
+check-pytests: uuclient uuserver
$(RUNPYTEST) $(srcdir)/t_user2user.py $(PYTESTFLAGS)
uuclient: client.o $(KRB5_BASE_DEPLIBS)
$(CC_LINK) -o uuclient client.o $(KRB5_BASE_LIBS)
-clean::
- $(RM) client.o uuclient
-
uuserver: server.o $(KRB5_BASE_DEPLIBS)
$(CC_LINK) -o uuserver server.o $(KRB5_BASE_LIBS)
-install::
+install:
$(INSTALL_PROGRAM) uuclient $(DESTDIR)$(CLIENT_BINDIR)/uuclient
$(INSTALL_PROGRAM) uuserver $(DESTDIR)$(SERVER_BINDIR)/uuserver
-clean::
- $(RM) server.o uuserver
+clean:
+ $(RM) client.o server.o uuclient uuserver