about summary refs log blame commit diff stats
path: root/arc/.traces/convert-quotes-label
blob: e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 (plain) (tree)
bfeb6d7b

pan>/usr/X11R6/include X11LIB = /usr/X11R6/lib # includes and libs INCS = -I. -I/usr/include -I${X11INC} LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" LDFLAGS = ${LIBS} #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" #LDFLAGS = -g ${LIBS} # compiler and linker CC = cc LD = ${CC}