Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
924f06c6
Commit
924f06c6
authored
Feb 08, 2012
by
Moritz Lipp
Browse files
Update Makefile
parent
34b6fffc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
924f06c6
...
...
@@ -50,7 +50,8 @@ ${PROJECT}: ${OBJECTS}
clean
:
$(QUIET)
rm
-rf
${PROJECT}
${OBJECTS}
${PROJECT}
-
${VERSION}
.tar.gz
\
${DOBJECTS}
${PROJECT}
-debug
.depend
${PROJECT}
.pc
${DOBJECTS}
${PROJECT}
-debug
.depend
${PROJECT}
.pc doc
$(QUIET)
make
-C
tests clean
${PROJECT}-debug
:
${DOBJECTS}
$(ECHO)
CC
-o
$@
...
...
@@ -76,8 +77,8 @@ tests: ${OBJECTS}
dist
:
clean
$(QUIET)
mkdir
-p
${PROJECT}
-
${VERSION}
$(QUIET)
cp
-R
LICENSE Makefile config.mk README Doxyfile
\
${PROJECT}
.1
${SOURCE}
${HEADER}
${PROJECT}
.pc.in
\
$(QUIET)
cp
-R
LICENSE Makefile config.mk
common.mk
README Doxyfile
\
${PROJECT}
.1
${SOURCE}
${HEADER}
${PROJECT}
.pc.in
tests
\
${PROJECT}
-
${VERSION}
$(QUIET)
tar
-cf
${PROJECT}
-
${VERSION}
.tar
${PROJECT}
-
${VERSION}
$(QUIET)
gzip
${PROJECT}
-
${VERSION}
.tar
...
...
tests/Makefile
View file @
924f06c6
...
...
@@ -21,7 +21,7 @@ ZSOURCE += ../database-plain.c
endif
endif
all
:
options
${PROJECT} run
all
:
${PROJECT} run
run
:
${PROJECT}
$(QUIET)
./
${PROJECT}
...
...
@@ -38,7 +38,8 @@ options:
@
mkdir
-p
.depend
$(QUIET)${CC}
-c
-I
..
${CPPFLAGS}
${CFLAGS}
-o
$@
$<
-MMD
-MF
.depend/
$@
.dep
${PROJECT}
:
${OBJECTS}
${PROJECT}
:
options ${OBJECTS}
$(QUIET)
make
-C
..
$(ECHO)
CC
-o
$@
$(QUIET)${CC}
${SFLAGS}
${LDFLAGS}
-o
$@
${OBJECTS}
${ZOBJECTS}
${LIBS}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment