Changeset 156 in Main for trunk/Makefile


Ignore:
Timestamp:
Sep 25, 2024, 9:28:10 PM (7 weeks ago)
Author:
Nishi
Message:

release 1.07

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r152 r156  
    99FLAGS = PWD=$(PWD) PLATFORM=$(PLATFORM) PREFIX=$(PREFIX)
    1010
    11 .PHONY: all format clean ./Server ./Common ./Module ./Manpage get-version
     11.PHONY: all format clean ./Server ./Common ./Module get-version
    1212
    1313all: ./Server ./Module ./Manpage ./Tool/genconf ./Tool/itworks
     
    3131        $(MAKE) -C $@ $(FLAGS)
    3232
    33 ./Manpage::
    34         $(MAKE) -C $@ $(FLAGS)
    35 
    36 ./README: ./README.tmpl
     33./README: ./README.tmpl ./Server/tw_version.h
    3734        sed "s/@VERSION@/`grep "define TW_VERSION" Server/tw_version.h | grep -Eo '"[^\]+' | sed -E 's/^"//g'`/g" ./README.tmpl > $@
    3835
     
    4441        cp ./Server/tewi $(PREFIX)/bin/
    4542        cp ./Module/*.so $(PREFIX)/lib/tewi/
    46         cp ./Manpage/tewi.8 $(PREFIX)/share/man/man8/
    4743
    4844format:
     
    5652        $(MAKE) -C ./Module $(FLAGS) clean
    5753        $(MAKE) -C ./Common $(FLAGS) clean
    58         $(MAKE) -C ./Manpage $(FLAGS) clean
    5954        rm -f ./Tool/option ./Tool/genconf
Note: See TracChangeset for help on using the changeset viewer.