blob: 9139dc16ab3f3289646be74665435b759db2d8ba [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001include ../../../build.mak
2
3cflags:
4 @echo $(PJ_CFLAGS) $(CFLAGS)
5
6cxxflags: cflags
7
8ldflags:
9 @echo $(PJ_LDFLAGS) $(PJ_LDLIBS) $(LDFLAGS)
10