diff --git a/Makefile.am b/Makefile.am index 3f70ecc..574e457 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,4 +19,47 @@ if COMPILE_GTKIDE SUBDIRS+=miptknzr/lib mipjson/lib ide/gtk endif -EXTRA_DIST=examples ide/win include miptknzr/include mipjson/include ide/gtk/*.h ide/scintilla nubasic.sln nubasic.vcxproj +EXTRA_DIST=\ + nubasic.sln \ + nubasic.vcxproj \ + include \ + examples \ + miptknzr/include \ + mipjson/include \ + ide/gtk/*.h \ + ide/win/*.cpp \ + ide/win/*.h \ + ide/win/*.sln \ + ide/win/*.vcxproj \ + ide/win/*.rc \ + ide/win/*.ico \ + ide/win/*.rc \ + ide/win/*.cc \ + ide/scintilla/bin \ + ide/scintilla/doc \ + ide/scintilla/gtk \ + ide/scintilla/cocoa \ + ide/scintilla/include \ + ide/scintilla/lexers \ + ide/scintilla/lexlib \ + ide/scintilla/qt \ + ide/scintilla/scripts \ + ide/scintilla/src \ + ide/scintilla/test \ + ide/scintilla/CONTRIBUTING \ + ide/scintilla/cppcheck.suppress \ + ide/scintilla/delbin.bat \ + ide/scintilla/.hg* \ + ide/scintilla/License.txt \ + ide/scintilla/README \ + ide/scintilla/tgzsrc \ + ide/scintilla/version.txt \ + ide/scintilla/zipsrc.bat \ + ide/scintilla/win32/*.cxx \ + ide/scintilla/win32/*.h \ + ide/scintilla/win32/*.sln \ + ide/scintilla/win32/*.vcxproj \ + ide/scintilla/win32/*.def \ + ide/scintilla/win32/*.mak \ + ide/scintilla/win32/*.rc \ + ide/scintilla/win32/*.properties diff --git a/Makefile.in b/Makefile.in index 7f63fe7..00abbfb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -346,7 +346,51 @@ nubasic_SOURCES = config.h main.cc @COMPILE_TINYVER_FALSE@nubasic_LDADD = -lpthread $(INTI_LIBS) lib/libnubasic.a @COMPILE_TINYVER_TRUE@nubasic_LDADD = $(INTI_LIBS) lib/libnubasic.a SUBDIRS = lib $(am__append_1) -EXTRA_DIST = examples ide/win include miptknzr/include mipjson/include ide/gtk/*.h ide/scintilla nubasic.sln nubasic.vcxproj +EXTRA_DIST = \ + nubasic.sln \ + nubasic.vcxproj \ + include \ + examples \ + miptknzr/include \ + mipjson/include \ + ide/gtk/*.h \ + ide/win/*.cpp \ + ide/win/*.h \ + ide/win/*.sln \ + ide/win/*.vcxproj \ + ide/win/*.rc \ + ide/win/*.ico \ + ide/win/*.rc \ + ide/win/*.cc \ + ide/scintilla/bin \ + ide/scintilla/doc \ + ide/scintilla/gtk \ + ide/scintilla/cocoa \ + ide/scintilla/include \ + ide/scintilla/lexers \ + ide/scintilla/lexlib \ + ide/scintilla/qt \ + ide/scintilla/scripts \ + ide/scintilla/src \ + ide/scintilla/test \ + ide/scintilla/CONTRIBUTING \ + ide/scintilla/cppcheck.suppress \ + ide/scintilla/delbin.bat \ + ide/scintilla/.hg* \ + ide/scintilla/License.txt \ + ide/scintilla/README \ + ide/scintilla/tgzsrc \ + ide/scintilla/version.txt \ + ide/scintilla/zipsrc.bat \ + ide/scintilla/win32/*.cxx \ + ide/scintilla/win32/*.h \ + ide/scintilla/win32/*.sln \ + ide/scintilla/win32/*.vcxproj \ + ide/scintilla/win32/*.def \ + ide/scintilla/win32/*.mak \ + ide/scintilla/win32/*.rc \ + ide/scintilla/win32/*.properties + all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive