This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-goldedplus/goldlib/gmb3/Makefile

14 lines
262 B
Makefile
Raw Normal View History

2000-02-25 10:15:17 +00:00
# -*- makefile -*-
TOP=../..
TARGET=gmb3
2001-10-27 06:57:20 +00:00
INCS=-I$(TOP)/goldlib/gall -I$(TOP)/goldlib/gcfg -I$(TOP)/goldlib/gmb3 -I$(TOP)/goldlib/smblib
2000-02-25 10:15:17 +00:00
include $(TOP)/GNUmakef.inc
ifeq ($(PLATFORM),emx)
ifeq ($(AR),emxomfar)
AR += -p32
endif
endif
include $(TOP)/GNUmakef.lib