mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Further updates to the Makefile.lite build system.
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
This commit is contained in:
committed by
Erik de Castro Lopo
parent
097c0e7728
commit
f658ea5ae7
@@ -27,11 +27,11 @@
|
||||
%.debug.o %.release.o : %.cpp
|
||||
$(CCC) $(CXXFLAGS) -c $< -o $@
|
||||
%.debug.pic.o %.release.pic.o : %.c
|
||||
$(CC) $(CFLAGS) -fPIC -DPIC -c $< -o $@
|
||||
$(CC) $(CFLAGS) $(F_PIC) -DPIC -c $< -o $@
|
||||
%.debug.pic.o %.release.pic.o : %.cc
|
||||
$(CCC) $(CXXFLAGS) -fPIC -DPIC -c $< -o $@
|
||||
$(CCC) $(CXXFLAGS) $(F_PIC) -DPIC -c $< -o $@
|
||||
%.debug.pic.o %.release.pic.o : %.cpp
|
||||
$(CCC) $(CXXFLAGS) -fPIC -DPIC -c $< -o $@
|
||||
$(CCC) $(CXXFLAGS) $(F_PIC) -DPIC -c $< -o $@
|
||||
%.debug.i %.release.i : %.c
|
||||
$(CC) $(CFLAGS) -E $< -o $@
|
||||
%.debug.i %.release.i : %.cc
|
||||
|
||||
Reference in New Issue
Block a user