ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/tewi/Makefile
(Generate patch)

Comparing Makefile (file contents):
Revision 1.5 by nishi, Mon Oct 28 00:02:48 2024 UTC vs.
Revision 1.6 by nishi, Sun Nov 3 13:49:38 2024 UTC

# Line 16 | Line 16 | FLAGS = PWD=$(PWD) PLATFORM=$(PLATFORM)
16   all: ./Server $(MODULE)
17  
18   prepare-config:
19 <        if [ '!' -e config.h ]; then cp config.h.tmpl config.h ; fi
19 >        if [ '!' -f config.h ]; then cp config.h.tmpl config.h ; fi
20  
21   src-archive: clean
22          @svn cleanup --remove-unversioned
# Line 48 | Line 48 | src-archive: clean
48  
49   install: all ./Tool/genconf ./Tool/itworks
50          -mkdir -p $(DESTDIR)$(PREFIX)/bin $(DESTDIR)$(PREFIX)/lib/tewi $(DESTDIR)$(PREFIX)/etc $(DESTDIR)$(PREFIX)/www
51 <        if [ '!' -e $(DESTDIR)$(PREFIX)/etc/tewi.conf ]; then ( ./Tool/genconf $(PREFIX) lib/tewi `echo $(LIBSUF) | sed 's/\.//g'` > $(DESTDIR)$(PREFIX)/etc/tewi.conf || ( rm $(DESTDIR)$(PREFIX)/etc/tewi.conf ; exit 1 ) ) ; fi
51 >        if [ '!' -f $(DESTDIR)$(PREFIX)/etc/tewi.conf ]; then ( ./Tool/genconf $(PREFIX) lib/tewi `echo $(LIBSUF) | sed 's/\.//g'` > $(DESTDIR)$(PREFIX)/etc/tewi.conf || ( rm $(DESTDIR)$(PREFIX)/etc/tewi.conf ; exit 1 ) ) ; fi
52          cp mime.types $(DESTDIR)$(PREFIX)/
53 <        if [ '!' -e $(DESTDIR)$(PREFIX)/www/index.html ]; then ( ./Tool/itworks > $(DESTDIR)$(PREFIX)/www/index.html || ( rm $(DESTDIR)$(PREFIX)/www/index.html ; exit 1 ) ) ; fi
54 <        if [ '!' -e $(DESTDIR)$(PREFIX)/www/pbtewi.gif ]; then ( cp Binary/pbtewi.gif $(DESTDIR)$(PREFIX)/www/ || ( rm $(DESTDIR)$(PREFIX)/www/pbtewi.gif ; exit 1 ) ) ; fi
53 >        if [ '!' -f $(DESTDIR)$(PREFIX)/www/index.html ]; then ( ./Tool/itworks > $(DESTDIR)$(PREFIX)/www/index.html || ( rm $(DESTDIR)$(PREFIX)/www/index.html ; exit 1 ) ) ; fi
54 >        if [ '!' -f $(DESTDIR)$(PREFIX)/www/pbtewi.gif ]; then ( cp Binary/pbtewi.gif $(DESTDIR)$(PREFIX)/www/ || ( rm $(DESTDIR)$(PREFIX)/www/pbtewi.gif ; exit 1 ) ) ; fi
55          -cp ./Server/tewi $(DESTDIR)$(PREFIX)/bin/
56          -cp ./Server/tewi.exe $(DESTDIR)$(PREFIX)/bin/
57          -cp ./Server/tewi.nlm $(DESTDIR)$(PREFIX)/bin/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines