123456789101112131415161718192021222324252627282930313233 |
- AM_CFLAGS = -std=c99 -pedantic -pipe -fPIC -fno-exceptions -fstack-protector -Wl,-z,relro -Wl,-z,now -fvisibility=hidden -W -Wall -Wno-unused-parameter -Wno-unused-function
- AM_LDFLAGS
- AM_LDADD
- if
- AM_CFLAGS
- else
- AM_CFLAGS
- endif
- if
- AM_CFLAGS
- AM_LDFLAGS
- endif
- if
- AM_LDADD
- endif
- export
- export
- SUBS=tools
- if
- SUBS+= tests
- endif
- if
- SUBS+= doc
- endif
- SUBDIRS /src
|