Files
mosh/third/libstddjb/Makefile.am
T
Keegan McAllister 349e2d20c8 Use the hardening flags
Closes #79.
2012-04-13 12:25:09 -04:00

36 lines
598 B
Makefile

AM_CFLAGS = -pedantic -Wall -Wextra -pipe $(HARDEN_CFLAGS)
noinst_LIBRARIES = libstddjb.a
libstddjb_a_SOURCES = \
allreadwrite.h \
coe.c \
djbunix.h \
error.h \
fd_close.c \
fd_read.c \
fd_write.c \
gccattributes.h \
ndelay_on.c \
nsig.h \
pipe_internal.c \
sanitize_read.c \
selfpipe-internal.h \
selfpipe.h \
selfpipe_finish.c \
selfpipe_init.c \
selfpipe_internal.c \
selfpipe_read.c \
selfpipe_trap.c \
selfpipe_trapset.c \
selfpipe_untrap.c \
sig.h \
sig_restoreto.c \
skalibs-config.h \
skasig_dfl.c \
skasigaction.c \
sysdeps.h \
uint64.h
EXTRA_DIST = COPYING