a885b2c253
Menuselect was originally included in the DAHDI-Tools repository with an svn external. Since git does not handle externals so well, menuselect is being brought into the tree directly. This allows menuselect to be present for all the commits on the 2.4, 2.5, and 2.6 releases. The command is: $ svn export http://svn.asterisk.org/svn/menuselect/trunk menuselect Signed-off-by: Shaun Ruffell <sruffell@digium.com>
18 lines
248 B
Plaintext
18 lines
248 B
Plaintext
all:
|
|
|
|
clean:
|
|
|
|
dist-clean:
|
|
|
|
makeopts:
|
|
|
|
menuselect:
|
|
./menuselect-dummy
|
|
|
|
# Generate some dummy files to satifsy dependencies from the main
|
|
# Makefile.
|
|
dummies:
|
|
touch linkedlists.h menuselect.c menuselect_curses.c \
|
|
menuselect.h menuselect_stub.c
|
|
|