14 lines
165 B
Makefile
14 lines
165 B
Makefile
TOP=../../../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
INC += devCommonGpib.h
|
|
|
|
SRCS += devCommonGpib.c
|
|
|
|
OBJS_vxWorks += $(SRCS:%.c=%.o)
|
|
|
|
include $(TOP)/configure/RULES
|
|
|
|
|