11 lines
154 B
Makefile
11 lines
154 B
Makefile
EPICS = ../../../..
|
|
include Target.include
|
|
include $(EPICS)/config/CONFIG_BASE
|
|
|
|
|
|
LIBOBJS += bdt.o
|
|
|
|
LIBNAME = libBdt.a
|
|
|
|
include $(EPICS)/config/RULES.Unix
|