Changeset 48dd75b1d37ad9895c447e7a7fe779fce353030d
- Timestamp:
- 04/05/08 14:57:04
(5 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1209905824 +0300
- git-parent:
[7849b2496116224c43b78a09a463c5d57033c535]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1209905824 +0300
- Message:
Avoid useless recursion into GUI directories
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5d6e797 |
r48dd75b |
|
| 1 | | SUBDIRS = beos pda macosx minimal_macosx qnx qt4 skins2 wxwidgets wince |
|---|
| | 1 | DIST_SUBDIRS = beos macosx minimal_macosx pda qnx qt4 skins2 wxwidgets wince |
|---|
| | 2 | SUBDIRS = |
|---|
| | 3 | |
|---|
| | 4 | if HAVE_BEOS |
|---|
| | 5 | SUBDIRS += beos |
|---|
| | 6 | endif |
|---|
| | 7 | if HAVE_DARWIN |
|---|
| | 8 | SUBDIRS += macosx minimal_macosx |
|---|
| | 9 | endif |
|---|
| | 10 | if BUILD_PDA |
|---|
| | 11 | SUBDIRS += pda |
|---|
| | 12 | endif |
|---|
| | 13 | SUBDIRS += qnx |
|---|
| | 14 | if ENABLE_QT4 |
|---|
| | 15 | SUBDIRS += qt4 |
|---|
| | 16 | endif |
|---|
| | 17 | if BUILD_SKINS |
|---|
| | 18 | SUBDIRS += skins2 |
|---|
| | 19 | endif |
|---|
| | 20 | SUBDIRS += wxwidgets |
|---|
| | 21 | if HAVE_WINCE |
|---|
| | 22 | SUBDIRS += wince |
|---|
| | 23 | endif |
|---|
| | 24 | |
|---|
| 2 | 25 | SOURCES_ncurses = ncurses.c |
|---|
| 3 | 26 | SOURCES_fbosd = fbosd.c |
|---|
| r7bc28ee |
r48dd75b |
|
| 65 | 65 | ui/sout.h |
|---|
| 66 | 66 | |
|---|
| 67 | | if ENABLE_QT4 |
|---|
| 68 | 67 | BUILT_SOURCES += $(nodist_SOURCES_qt4) |
|---|
| 69 | | endif |
|---|
| 70 | 68 | |
|---|
| 71 | 69 | resources.cpp: vlc.qrc |
|---|