blob: 9139dc16ab3f3289646be74665435b759db2d8ba [file] [log] [blame]
Alexandre Lision8af73cb2013-12-10 14:11:20 -05001include ../../../build.mak
2
3cflags:
4 @echo $(PJ_CFLAGS) $(CFLAGS)
5
6cxxflags: cflags
7
8ldflags:
9 @echo $(PJ_LDFLAGS) $(PJ_LDLIBS) $(LDFLAGS)
10