10 lines
172 B
Makefile
10 lines
172 B
Makefile
|
# -*- makefile -*-
|
||
|
|
||
|
TOP=../..
|
||
|
TARGET=smblib
|
||
|
INCS=-I$(TOP)/goldlib/smblib -I$(TOP)/goldlib/gall
|
||
|
CFLAGS=-DGOLDEDPLUS
|
||
|
|
||
|
include $(TOP)/GNUmakef.inc
|
||
|
include $(TOP)/GNUmakef.lib
|