Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
G
geany
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
geany
Commits
f0a9c429
Kaydet (Commit)
f0a9c429
authored
May 08, 2012
tarafından
Colomban Wendling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update makefile.win32 build system
üst
13f3ee5e
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
64 additions
and
14 deletions
+64
-14
makefile.win32
makefile.win32
+5
-3
makefile.win32
src/makefile.win32
+2
-2
Makefile.am
tagmanager/Makefile.am
+0
-3
makefile.win32
tagmanager/ctags/makefile.win32
+4
-5
makefile.win32
tagmanager/mio/makefile.win32
+1
-1
makefile.win32
tagmanager/src/makefile.win32
+52
-0
No files found.
makefile.win32
Dosyayı görüntüle @
f0a9c429
...
@@ -22,8 +22,9 @@ MAKE = make
...
@@ -22,8 +22,9 @@ MAKE = make
# Note: && is needed after cd because each line is executed in a different
# Note: && is needed after cd because each line is executed in a different
# shell. (cd .. is just for clarity).
# shell. (cd .. is just for clarity).
all
:
config.h
all
:
config.h
cd
tagmanager/ctags
&&
$(MAKE)
-f
makefile.win32
&&
cd
../..
cd
tagmanager/mio
&&
$(MAKE)
-f
makefile.win32
&&
cd
../..
cd
tagmanager/mio
&&
$(MAKE)
-f
makefile.win32
&&
cd
../..
cd
tagmanager
&&
$(MAKE)
-f
makefile.win32
&&
cd
..
cd
tagmanager
/src
&&
$(MAKE)
-f
makefile.win32
&&
cd
../
..
cd
scintilla
&&
$(MAKE)
-f
makefile.win32
&&
cd
..
cd
scintilla
&&
$(MAKE)
-f
makefile.win32
&&
cd
..
cd
plugins
&&
$(MAKE)
-f
makefile.win32
&&
cd
..
cd
plugins
&&
$(MAKE)
-f
makefile.win32
&&
cd
..
cd
src
&&
$(MAKE)
-f
makefile.win32
&&
cd
..
cd
src
&&
$(MAKE)
-f
makefile.win32
&&
cd
..
...
@@ -32,15 +33,16 @@ config.h: win32-config.h
...
@@ -32,15 +33,16 @@ config.h: win32-config.h
$(CP)
$<
$@
$(CP)
$<
$@
deps
:
deps
:
-
$(RM)
tagmanager/
mio/deps.mak tagmanager
/deps.mak scintilla/deps.mak plugins/deps.mak src/deps.mak
-
$(RM)
tagmanager/
ctags/deps.mak tagmanager/mio/deps.mak tagmanager/src
/deps.mak scintilla/deps.mak plugins/deps.mak src/deps.mak
# used by src/makefile.win32 to avoid del ../file which is an error
# used by src/makefile.win32 to avoid del ../file which is an error
clean-local
:
clean-local
:
-
$(RM)
geany_private.res geany.exe
-
$(RM)
geany_private.res geany.exe
clean
:
deps
clean
:
deps
cd
tagmanager/ctags
&&
$(MAKE)
-f
makefile.win32 clean
&&
cd
../..
cd
tagmanager/mio
&&
$(MAKE)
-f
makefile.win32 clean
&&
cd
../..
cd
tagmanager/mio
&&
$(MAKE)
-f
makefile.win32 clean
&&
cd
../..
cd
tagmanager
&&
$(MAKE)
-f
makefile.win32 clean
&&
cd
..
cd
tagmanager
/src
&&
$(MAKE)
-f
makefile.win32 clean
&&
cd
../
..
cd
scintilla
&&
$(MAKE)
-f
makefile.win32 clean
&&
cd
..
cd
scintilla
&&
$(MAKE)
-f
makefile.win32 clean
&&
cd
..
cd
plugins
&&
$(MAKE)
-f
makefile.win32 clean
&&
cd
..
cd
plugins
&&
$(MAKE)
-f
makefile.win32 clean
&&
cd
..
cd
src
&&
$(MAKE)
-f
makefile.win32 clean
&&
cd
..
cd
src
&&
$(MAKE)
-f
makefile.win32 clean
&&
cd
..
...
...
src/makefile.win32
Dosyayı görüntüle @
f0a9c429
...
@@ -85,9 +85,9 @@ exec:
...
@@ -85,9 +85,9 @@ exec:
binclean
:
binclean
:
$(RM)
$(TARGET)
$(RM)
$(TARGET)
$(TARGET)
:
$(OBJS) $(RES) ../scintilla/scintilla.a ../tagmanager/
mio/mio.a ../tagmanager
/tagmanager.a
$(TARGET)
:
$(OBJS) $(RES) ../scintilla/scintilla.a ../tagmanager/
ctags/ctags.a ../tagmanager/mio/mio.a ../tagmanager/src
/tagmanager.a
$(CXX)
$(OBJS)
$(RES)
-o
$(TARGET)
\
$(CXX)
$(OBJS)
$(RES)
-o
$(TARGET)
\
../scintilla/scintilla.a ../tagmanager/tagmanager.a ../tagmanager/mio/mio.a
\
../scintilla/scintilla.a ../tagmanager/
ctags/ctags.a ../tagmanager/src/
tagmanager.a ../tagmanager/mio/mio.a
\
$(ALL_GTK_LIBS)
$(WIN_LIBS)
$(ALL_GTK_LIBS)
$(WIN_LIBS)
deps.mak
:
deps.mak
:
...
...
tagmanager/Makefile.am
Dosyayı görüntüle @
f0a9c429
## Process this file with automake to produce Makefile.in
## Process this file with automake to produce Makefile.in
SUBDIRS
=
ctags mio src
SUBDIRS
=
ctags mio src
EXTRA_DIST
=
\
makefile.win32
tagmanager/makefile.win32
→
tagmanager/
ctags/
makefile.win32
Dosyayı görüntüle @
f0a9c429
...
@@ -5,9 +5,9 @@ AR = ar
...
@@ -5,9 +5,9 @@ AR = ar
RANLIB
=
ranlib
RANLIB
=
ranlib
PREFIX
=
C:/libs
PREFIX
=
C:/libs
RM
=
del
RM
=
del
-include
../localwin32.mk
-include
../
../
localwin32.mk
COMPLIB
=
tagmanager
.a
COMPLIB
=
ctags
.a
REGEX_DEFINES
=
-DHAVE_REGCOMP
-DSTDC_HEADERS
=
1
REGEX_DEFINES
=
-DHAVE_REGCOMP
-DSTDC_HEADERS
=
1
...
@@ -23,7 +23,7 @@ GTK_INCLUDES= \
...
@@ -23,7 +23,7 @@ GTK_INCLUDES= \
-I
$(PREFIX)
/include
\
-I
$(PREFIX)
/include
\
-I
$(PREFIX)
/include/gettext
-I
$(PREFIX)
/include/gettext
INCLUDEDIRS
=
-I
include
-I
mio
-I
.
$(GTK_INCLUDES)
INCLUDEDIRS
=
-I
../
-I
.
$(GTK_INCLUDES)
CBASEFLAGS
=
-Wall
-pipe
-mms-bitfields
-DPACKAGE
=
\"
geany
\"
-DG_OS_WIN32
-Wno-missing-braces
-Wno-char-subscripts
$(INCLUDEDIRS)
CBASEFLAGS
=
-Wall
-pipe
-mms-bitfields
-DPACKAGE
=
\"
geany
\"
-DG_OS_WIN32
-Wno-missing-braces
-Wno-char-subscripts
$(INCLUDEDIRS)
ifdef
DEBUG
ifdef
DEBUG
...
@@ -45,8 +45,7 @@ actionscript.o nsis.o objc.o \
...
@@ -45,8 +45,7 @@ actionscript.o nsis.o objc.o \
haskell.o haxe.o html.o python.o lregex.o rest.o sh.o ctags.o entry.o get.o keyword.o nestlevel.o
\
haskell.o haxe.o html.o python.o lregex.o rest.o sh.o ctags.o entry.o get.o keyword.o nestlevel.o
\
options.o
\
options.o
\
parse.o basic.o read.o sort.o strlist.o latex.o markdown.o matlab.o docbook.o tcl.o ruby.o asm.o sql.o txt2tags.o css.o
\
parse.o basic.o read.o sort.o strlist.o latex.o markdown.o matlab.o docbook.o tcl.o ruby.o asm.o sql.o txt2tags.o css.o
\
vstring.o tm_workspace.o tm_work_object.o tm_source_file.o tm_project.o tm_tag.o
\
vstring.o r.o
tm_symbol.o tm_file_entry.o tm_tagmanager.o r.o
$(AR)
rc
$@
$^
$(AR)
rc
$@
$^
$(RANLIB)
$@
$(RANLIB)
$@
...
...
tagmanager/mio/makefile.win32
Dosyayı görüntüle @
f0a9c429
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
CC
=
gcc
CC
=
gcc
AR
=
ar
AR
=
ar
RANLIB
=
ranlib
RANLIB
=
ranlib
PREFIX
=
C:
\
l
ibs
PREFIX
=
C:
/
libs
RM
=
del
RM
=
del
-include
../../localwin32.mk
-include
../../localwin32.mk
...
...
tagmanager/src/makefile.win32
0 → 100644
Dosyayı görüntüle @
f0a9c429
.SUFFIXES
:
.cxx .c .o .h .a
CC
=
gcc
AR
=
ar
RANLIB
=
ranlib
PREFIX
=
C:/libs
RM
=
del
-include
../../localwin32.mk
COMPLIB
=
tagmanager.a
REGEX_DEFINES
=
-DHAVE_REGCOMP
-DSTDC_HEADERS
=
1
GTK_INCLUDES
=
\
-I
$(PREFIX)
/include/gtk-2.0
\
-I
$(PREFIX)
/lib/gtk-2.0/include
\
-I
$(PREFIX)
/include/atk-1.0
\
-I
$(PREFIX)
/include/cairo
\
-I
$(PREFIX)
/include/gdk-pixbuf-2.0
\
-I
$(PREFIX)
/include/pango-1.0
\
-I
$(PREFIX)
/include/glib-2.0
\
-I
$(PREFIX)
/lib/glib-2.0/include
\
-I
$(PREFIX)
/include
\
-I
$(PREFIX)
/include/gettext
INCLUDEDIRS
=
-I
../
-I
../mio
-I
.
$(GTK_INCLUDES)
CBASEFLAGS
=
-Wall
-pipe
-mms-bitfields
-DPACKAGE
=
\"
geany
\"
-DG_OS_WIN32
-Wno-missing-braces
-Wno-char-subscripts
$(INCLUDEDIRS)
ifdef
DEBUG
CFLAGS
=
-O0
-g
$(CBASEFLAGS)
else
CFLAGS
=
-O2
$(CBASEFLAGS)
endif
.c.o
:
$(CC)
$(REGEX_DEFINES)
$(CFLAGS)
-w
-c
$<
all
:
$(COMPLIB)
clean
:
-
$(RM)
deps.mak
*
.o
$(COMPLIB)
$(COMPLIB)
:
tm_workspace.o tm_work_object.o tm_source_file.o tm_project.o tm_tag.o
\
tm_symbol.o tm_file_entry.o tm_tagmanager.o
$(AR)
rc
$@
$^
$(RANLIB)
$@
deps.mak
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
deps.mak
# Generate header dependencies with "make deps.mak"
include
deps.mak
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment