Files
asterisk/res/Makefile
T

30 lines
646 B
Makefile
Raw Normal View History

2001-12-25 21:12:07 +00:00
#
# Asterisk -- A telephony toolkit for Linux.
#
# Makefile for resource modules
2001-12-25 21:12:07 +00:00
#
# Copyright (C) 1999-2006, Digium, Inc.
2001-12-25 21:12:07 +00:00
#
# This program is free software, distributed under the terms of
# the GNU General Public License
#
ifneq ($(wildcard ../menuselect.makeopts),)
include ../menuselect.makeopts
include ../menuselect.makedeps
endif
2006-07-15 19:59:35 +00:00
C_MODS:=$(filter-out $(MENUSELECT_RES),$(patsubst %.c,%,$(wildcard res_*.c)))
CC_MODS:=$(filter-out $(MENUSELECT_RES),$(patsubst %.cc,%,$(wildcard res_*.cc)))
2006-07-15 19:59:35 +00:00
SELECTED_MODS:=$(C_MODS) $(CC_MODS)
2006-02-11 16:44:15 +00:00
all: _all
include $(ASTTOPDIR)/Makefile.moddir_rules
2001-12-25 21:12:07 +00:00
2006-07-15 19:59:35 +00:00
res_snmp.so: snmp/agent.o
clean::
2006-06-23 01:54:07 +00:00
rm -f snmp/*.o