Aegisub/aegisub/universalchardet/Makefile.am
Amar Takhar a067bd560d SVN Transition Step 3/7
1. cd aegisub/
  2. svn mv *cpp *h src/
  3. svn mv Makefile.am MatroskaParser.c auto4_perldata.inc bitmaps boost \
     changelog.txt config gl include libosxutil libresrc md5.c msvc mythes.cxx \
     mythes.hxx res.rc src/
  4. cd ..
  5. svn mv FFmpegSource2/ INSTALL Makefile.am README  acinclude.m4 \
     autogen.sh automation/ bin build configure.in desktop dummy.txt lib \
     libass/ m4macros/ packages/ po/ scripts/ universalchardet/ aegisub/
  6. mkdir -p docs/wiki_convert
  7. svn add docs/wiki_convert
  8. cd docs
  9. svn mv aegisub_convert_docs.pl convert.bat output wiki_convert/

* See r2749 for full description.

Originally committed to SVN as r2752.
2009-03-08 08:30:39 +00:00

66 lines
1.2 KiB
Makefile

noinst_LIBRARIES = libuniversalchardet.a
AM_CPPFLAGS = -D_X86_
libuniversalchardet_a_SOURCES = \
CharDistribution.cpp \
JpCntx.cpp \
LangBulgarianModel.cpp \
LangCyrillicModel.cpp \
LangGreekModel.cpp \
LangHebrewModel.cpp \
LangHungarianModel.cpp \
LangThaiModel.cpp \
nsBig5Prober.cpp \
nsCharSetProber.cpp \
nsEUCJPProber.cpp \
nsEUCKRProber.cpp \
nsEUCTWProber.cpp \
nsEscCharsetProber.cpp \
nsEscSM.cpp \
nsGB2312Prober.cpp \
nsHebrewProber.cpp \
nsLatin1Prober.cpp \
nsMBCSGroupProber.cpp \
nsMBCSSM.cpp \
nsSBCSGroupProber.cpp \
nsSBCharSetProber.cpp \
nsSJISProber.cpp \
nsUTF8Prober.cpp \
nsUniversalDetector.cpp
libuniversalchardet_a_SOURCES += \
CharDistribution.h \
JpCntx.h \
nsBig5Prober.h \
nsCharSetProber.h \
nsCodingStateMachine.h \
nsEUCJPProber.h \
nsEUCKRProber.h \
nsEUCTWProber.h \
nsError.h \
nsEscCharsetProber.h \
nsGB2312Prober.h \
nsHebrewProber.h \
nsLatin1Prober.h \
nsMBCSGroupProber.h \
nsPkgInt.h \
nsSBCSGroupProber.h \
nsSBCharSetProber.h \
nsSJISProber.h \
nsUTF8Prober.h \
nsUniversalDetector.h \
nscore.h \
prcpucfg.h \
prmem.h \
protypes.h \
prtypes.h \
xpcom-config.h
EXTRA_DIST = \
Big5Freq.tab \
EUCKRFreq.tab \
EUCTWFreq.tab \
GB2312Freq.tab \
JISFreq.tab