replace rasterizer name by bomberman
This commit is contained in:
parent
b0499e52c0
commit
db59cc2a85
2 changed files with 475 additions and 475 deletions
8
Makefile
8
Makefile
|
@ -1,4 +1,4 @@
|
||||||
# Makefile
|
# Makefile
|
||||||
# Auteur : Farès BELHADJ
|
# Auteur : Farès BELHADJ
|
||||||
# Email : amsi@up8.edu
|
# Email : amsi@up8.edu
|
||||||
# Date : 16/11/2021
|
# Date : 16/11/2021
|
||||||
|
@ -16,8 +16,8 @@ CFLAGS = -Wall -O3
|
||||||
CPPFLAGS = -I.
|
CPPFLAGS = -I.
|
||||||
LDFLAGS = -lm
|
LDFLAGS = -lm
|
||||||
# définition des fichiers et dossiers
|
# définition des fichiers et dossiers
|
||||||
PACKNAME = sc_00_07
|
PACKNAME = sc_00_01
|
||||||
PROGNAME = rasterizer
|
PROGNAME = bomberman
|
||||||
VERSION = 0.1
|
VERSION = 0.1
|
||||||
distdir = $(PACKNAME)_$(PROGNAME)-$(VERSION)
|
distdir = $(PACKNAME)_$(PROGNAME)-$(VERSION)
|
||||||
HEADERS = rasterize.h
|
HEADERS = rasterize.h
|
||||||
|
@ -74,7 +74,7 @@ doc: $(DOXYFILE)
|
||||||
mv -f $<.new $<
|
mv -f $<.new $<
|
||||||
cd documentation && doxygen && cd ..
|
cd documentation && doxygen && cd ..
|
||||||
msvc: $(VSCFILES)
|
msvc: $(VSCFILES)
|
||||||
@echo "Now these files ($?) already exist. If you wish to regenerate them, you should first delete them manually."
|
@echo "Now these files ($?) already exist. If you wish to regenerate them, you should first delete them manually."
|
||||||
$(VSCFILES):
|
$(VSCFILES):
|
||||||
@echo "Generating $@ ..."
|
@echo "Generating $@ ..."
|
||||||
@cat ../../Windows/templates/gl4dSample$(suffix $@) | sed -e "s/INSERT_PROJECT_NAME/$(PROGNAME)/g" | sed -e "s/INSERT_TARGET_NAME/$(PROGNAME)/" | sed -e "s/INSERT_SOURCE_FILES/$(MSVCSRC)/" > $@
|
@cat ../../Windows/templates/gl4dSample$(suffix $@) | sed -e "s/INSERT_PROJECT_NAME/$(PROGNAME)/g" | sed -e "s/INSERT_TARGET_NAME/$(PROGNAME)/" | sed -e "s/INSERT_SOURCE_FILES/$(MSVCSRC)/" > $@
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Reference in a new issue