mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-25 05:29:34 +00:00
webserver: update Makefile
This commit is contained in:
parent
b01e82b56d
commit
2dbe3d4b70
@ -14,7 +14,7 @@ dos33: dos33.o
|
||||
$(CC) $(LFLAGS) -o dos33 dos33.o
|
||||
|
||||
dos33.o: dos33.c dos33.h
|
||||
$(CC) $(CFLAGS) -c dos33.c
|
||||
$(CC) $(CFLAGS) -g -c dos33.c
|
||||
|
||||
dos33_text2ascii: dos33_text2ascii.o
|
||||
$(CC) $(LFLGAS) -o dos33_text2ascii dos33_text2ascii.o
|
||||
|
@ -10,17 +10,17 @@ SETUP.BAS: setup.bas
|
||||
WEBSERVER.BAS: webserver.bas
|
||||
$(TXT2BAS) < webserver.bas > WEBSERVER.BAS
|
||||
|
||||
about.html: ./c/about.html
|
||||
$(MAKEB) ./c/about.html about.html 0xc000
|
||||
#about.html: ./c/about.html
|
||||
# $(MAKEB) ./c/about.html about.html 0xc000
|
||||
|
||||
index.html: ./c/index.html
|
||||
$(MAKEB) ./c/index.html index.html 0xc000
|
||||
#index.html: ./c/index.html
|
||||
# $(MAKEB) ./c/index.html index.html 0xc000
|
||||
|
||||
favicon.ico: ./c/favicon.ico
|
||||
$(MAKEB) ./c/favicon.ico favicon.ico 0xc000
|
||||
#favicon.ico: ./c/favicon.ico
|
||||
# $(MAKEB) ./c/favicon.ico favicon.ico 0xc000
|
||||
|
||||
vmw_logo.png: ./c/vmw_logo.png
|
||||
$(MAKEB) ./c/vmw_logo.png vmw_logo.png 0xc000
|
||||
#vmw_logo.png: ./c/vmw_logo.png
|
||||
# $(MAKEB) ./c/vmw_logo.png vmw_logo.png 0xc000
|
||||
|
||||
R.TXT: request.txt
|
||||
$(MAKEB) request.txt R.TXT 0xc000
|
||||
@ -28,14 +28,14 @@ R.TXT: request.txt
|
||||
ethernet.dsk: SETUP.BAS \
|
||||
WEBSERVER.BAS \
|
||||
R.TXT \
|
||||
about.html index.html favicon.ico vmw_logo.png
|
||||
./c/about.html ./c/index.html ./c/favicon.ico ./c/vmw_logo.png
|
||||
$(DOS33) -y ethernet.dsk SAVE A SETUP.BAS
|
||||
$(DOS33) -y ethernet.dsk SAVE A WEBSERVER.BAS
|
||||
$(DOS33) -y ethernet.dsk SAVE B R.TXT
|
||||
$(DOS33) -y ethernet.dsk SAVE B about.html
|
||||
$(DOS33) -y ethernet.dsk SAVE B index.html
|
||||
$(DOS33) -y ethernet.dsk SAVE B favicon.ico
|
||||
$(DOS33) -y ethernet.dsk SAVE B vmw_logo.png
|
||||
$(DOS33) -y ethernet.dsk BSAVE R.TXT
|
||||
$(DOS33) -y ethernet.dsk BSAVE ./c/about.html
|
||||
$(DOS33) -y ethernet.dsk BSAVE ./c/index.html
|
||||
$(DOS33) -y ethernet.dsk BSAVE ./c/favicon.ico
|
||||
$(DOS33) -y ethernet.dsk BSAVE ./c/vmw_logo.png
|
||||
|
||||
clean:
|
||||
rm -f *~ *.BAS R.TXT
|
||||
|
Loading…
Reference in New Issue
Block a user