summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/isode/compat/Makefile.in3
-rw-r--r--src/isode/pepsy/Makefile.in6
-rw-r--r--src/isode/psap/Makefile.in3
-rw-r--r--src/isode/support/Makefile.in2
4 files changed, 14 insertions, 0 deletions
diff --git a/src/isode/compat/Makefile.in b/src/isode/compat/Makefile.in
index b1e82ac3ee..2e79c60195 100644
--- a/src/isode/compat/Makefile.in
+++ b/src/isode/compat/Makefile.in
@@ -111,6 +111,9 @@ libcompat.a: compatvrsn.o
compatvrsn.c: $(OFILES)
@$(UTILDIR)version.sh compat > $@
+clean::
+ $(RM) version.major version.minor version.local
+
l-libcompat:; $(LINT) $(LFLAGS) -DBINPATH=\"$(BINDIR)\" \
-DETCPATH=\"$(ETCDIR)\" -DSBINPATH=\"$(SBINDIR)\" \
-DLOGPATH=\"$(LOGDIR)\" $(CFILES) compatvrsn.c \
diff --git a/src/isode/pepsy/Makefile.in b/src/isode/pepsy/Makefile.in
index 67ebadc9d3..3996c6206c 100644
--- a/src/isode/pepsy/Makefile.in
+++ b/src/isode/pepsy/Makefile.in
@@ -125,6 +125,12 @@ pepsy.o: pepsy.c pepsydefs.h $(HFILES)
pepsyvrsn.c: $(PEPSY-O)
$(UTILDIR)version.sh pepsy > $@
+clean::
+ $(RM) version.major version.minor version.local
+
+clean::
+ $(RM) pepsy pepsy.old xpepsy
+
pepsy-yacc.o: pepsy-yacc.c lex.c
$(CC) $(CFLAGS) -c pepsy-yacc.c
diff --git a/src/isode/psap/Makefile.in b/src/isode/psap/Makefile.in
index c0653db355..ade691f16e 100644
--- a/src/isode/psap/Makefile.in
+++ b/src/isode/psap/Makefile.in
@@ -136,6 +136,9 @@ libpsap.a: psapvrsn.o
psapvrsn.c: $(OFILES)
@$(UTILDIR)version.sh psap > $@
+clean::
+ $(RM) version.major version.minor version.local
+
l-libpsap:; $(LINT) $(LFLAGS) $(CFILES) psapvrsn.c $(LLIBS) \
| grep -v "warning: possible pointer alignment problem"
diff --git a/src/isode/support/Makefile.in b/src/isode/support/Makefile.in
index f85470458b..14c257b78e 100644
--- a/src/isode/support/Makefile.in
+++ b/src/isode/support/Makefile.in
@@ -109,6 +109,8 @@ llib-lisode: $(LLIBS)
isodevrsn.c: $(LIBES)
@$(UTILDIR)version.sh isode > $@
+clean::
+ $(RM) version.major version.minor version.local
################################################################
# clean