File: Makefile

package info (click to toggle)
asterisk-addons 1.6.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 7,624 kB
  • ctags: 12,045
  • sloc: ansic: 116,172; sh: 6,446; makefile: 1,150; perl: 471
file content (21 lines) | stat: -rw-r--r-- 437 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

#
# Asterisk -- A telephony toolkit for Linux.
# 
# Makefile for PBX applications
#
# Copyright (C) 1999-2008, Digium, Inc.
#
# This program is free software, distributed under the terms of
# the GNU General Public License
#

-include $(ASTTOPDIR)/menuselect.makeopts $(ASTTOPDIR)/menuselect.makedeps

MODULE_PREFIX=app
MENUSELECT_CATEGORY=APPS
MENUSELECT_DESCRIPTION=Applications

all: _all

include $(ASTTOPDIR)/Makefile.moddir_rules