Makefile.atalk 375 B

1234567891011
  1. # Makefile for compiling in AppleTalk support in lpstyl.
  2. # Change /usr/local/include to the directory containing the 'atalk' includes
  3. # directory, and /usr/local/lib to the directory containing libatalk.a.
  4. CFLAGS= -g -Wall -DATALK=1 -I/usr/local/include
  5. LINKFLAGS= -L/usr/local/lib -latalk
  6. lpstyl: lpstyl.o adsp.o
  7. ${CC} ${CFLAGS} lpstyl.o adsp.o ${LINKFLAGS} -o lpstyl