Commit d233d038 authored by Alain Viari's avatar Alain Viari

squared src - added missing portclean targets

parent ebb0e316
......@@ -23,7 +23,3 @@ DIRS = src \
include ../../../config/targets/propagate.targ
include ../../../config/targets/help.targ
portclean::
$(MAKE) ACTION=$@ _action
(! test -d $(PRTDIR)) || \rm -r $(PRTDIR)
......@@ -23,7 +23,3 @@ DIRS = src \
include ../../../config/targets/propagate.targ
include ../../../config/targets/help.targ
portclean::
$(MAKE) ACTION=$@ _action
(! test -d $(PRTDIR)) || \rm -r $(PRTDIR)
......@@ -12,8 +12,6 @@
include ../../../config/auto.conf
# SGI: PROTO= PROTO=1
# others: PROTO= PROTO=0
PROTO= PROTO=0
......@@ -62,15 +60,16 @@ repseek: $(OBJ) main_repseek.c
install: repseek
cp repseek $(BINDIR)
cp repseek $(BINDIR)
clean:
+rm -f *.o repseek
-rm -f *.o repseek
portclean:
-rm -f $(BINDIR)/repseek
archive:
\rm -rf RepSeek; mkdir RepSeek
cp -r $(SRC) *.h Makefile main_repseek.c *.txt RepSeek;
tmp=`date | awk '{print $$3$$2$$NF}'`;tar czvf RepSeek.$$tmp.tgz RepSeek;
\rm -rf RepSeek
......@@ -22,7 +22,3 @@ DIRS = src
include ../../../config/targets/propagate.targ
include ../../../config/targets/help.targ
portclean::
$(MAKE) ACTION=$@ _action
(! test -d $(PRTDIR)) || \rm -r $(PRTDIR)
......@@ -49,6 +49,9 @@ clean:
$(MAKE) -C ./sumalibs/libfile clean
$(MAKE) -C ./sumalibs/libutils clean
portclean: clean
-rm -f $(BINDIR)/$(EXEC)
install:
cp $(EXEC) $(BINDIR)
......
......@@ -43,5 +43,8 @@ clean:
$(MAKE) -C ./sumalibs/libfile clean
$(MAKE) -C ./sumalibs/libutils clean
portclean: clean
-rm -f $(BINDIR)/$(EXEC)
install:
cp $(EXEC) $(BINDIR)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment