osmocom
/
vovida-gsml
Archived
11
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
vovida-gsml/data/mnet/Common/netBuffer/Makefile

35 lines
779 B
Makefile

##########################################################
#
# (c) Copyright Cisco 2000
# All Rights Reserved
#
# Use Examples:
#
# Case 1: make all VOB=GS -
# Places .out in VOB/bin directory
#
# Case 2: make all VOB=GS APPDIR=Host\netBuffer\bin -
# Places .o file(s) in VOB/$(APPDIR) directory.
#
# Note: This make file must reference a VOB that
# has a defs.mk in the top level directory.
#
##########################################################
SUBDIRS = src
# TOP_OF_VOB must be defined before including l3defs.mk
TOP_OF_VOB = ..
VOBDIR = $(TOP_OF_VOB)/../$(VOB)
# Allows a sub-set of the source code directories to be used
ifneq ($(REPLACE),)
SUBDIRS = $(REPLACE)
endif
include $(VOBDIR)\l3defs.mk