Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
e0452999
Commit
e0452999
authored
May 13, 2010
by
Ramsay Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: Add a target to generate C preprocessor output files
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
parent
552e23ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
Makefile
+5
-1
No files found.
Makefile
View file @
e0452999
...
...
@@ -101,7 +101,7 @@ clean:
rm
-f
$(GIT_LIB)
rm
-f
libgit2.pc
rm
-f
*
.pdb
rm
-f
src/
*
.
o src/
*
/
*
.o
rm
-f
src/
*
.
[oi] src/
*
/
*
.[oi]
rm
-rf
apidocs
rm
-f
*
~ src/
*
~ src/
*
/
*
~
@
$(MAKE)
-C
tests
-s
--no-print-directory
clean
...
...
@@ -151,6 +151,9 @@ uninstall:
.S.o
:
$(CC)
$(ALL_CFLAGS)
-c
$<
$(CC_OUT)$@
%.i
:
%.c FORCE
$(CC)
$(ALL_CFLAGS)
-E
$<
>
$*
.i
$(OBJS)
:
$(HDRS)
$(GIT_LIB)
:
$(OBJS)
rm
-f
$(GIT_LIB)
...
...
@@ -171,6 +174,7 @@ libgit2.pc: libgit2.pc.in
.PHONY
:
install-headers
.PHONY
:
install uninstall
.PHONY
:
sparse
.PHONY
:
FORCE
### Test suite coverage testing
#
...
...
Write
Preview
Markdown
is supported
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