Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
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ç
LibreOffice
core
Commits
0bbaa720
Kaydet (Commit)
0bbaa720
authored
Mar 25, 2003
tarafından
Steffen Grund
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
CHG: added new java file to list
üst
efa26837
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
9 deletions
+11
-9
makefile.mk
qadevOOo/runner/base/makefile.mk
+4
-3
makefile.mk
qadevOOo/runner/org/openoffice/makefile.mk
+3
-3
makefile.mk
qadevOOo/runner/stats/makefile.mk
+4
-3
No files found.
qadevOOo/runner/base/makefile.mk
Dosyayı görüntüle @
0bbaa720
...
...
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.
1
$
# $Revision: 1.
2
$
#
# last change: $Date: 2003-0
1-27 16:27:20
$
# last change: $Date: 2003-0
3-25 15:33:51
$
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
...
...
@@ -73,7 +73,8 @@ TARGET = $(PRJNAME)
# --- Files --------------------------------------------------------
JARFILES
=
sandbox.jar ridl.jar jurt.jar unoil.jar
JAVAFILES
=
TestBase.java java_complex.java java_fat.java basic_fat.java
JAVAFILES
=
TestBase.java java_complex.java java_fat.java basic_fat.java
\
java_fat_service.java
JAVACLASSFILES
=
$
(
foreach,i,
$(JAVAFILES)
$(CLASSDIR)$/$(PACKAGE)$/
$
(
i:b
)
.class
)
# --- Targets ------------------------------------------------------
...
...
qadevOOo/runner/org/openoffice/makefile.mk
Dosyayı görüntüle @
0bbaa720
...
...
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.
1
$
# $Revision: 1.
2
$
#
# last change: $Date: 2003-0
1-27 16:26:45
$
# last change: $Date: 2003-0
3-25 15:35:26
$
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
...
...
@@ -73,7 +73,7 @@ TARGET = $(PRJNAME)
# --- Files --------------------------------------------------------
JARFILES
=
sandbox.jar ridl.jar jurt.jar unoil.jar
JAVAFILES
=
Runner.java
JAVAFILES
=
Runner.java
RunnerService.java
JAVACLASSFILES
=
$
(
foreach,i,
$(JAVAFILES)
$(CLASSDIR)$/$(PACKAGE)$/
$
(
i:b
)
.class
)
# --- Targets ------------------------------------------------------
...
...
qadevOOo/runner/stats/makefile.mk
Dosyayı görüntüle @
0bbaa720
...
...
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.
2
$
# $Revision: 1.
3
$
#
# last change: $Date: 2003-0
2-05 16:40:1
3 $
# last change: $Date: 2003-0
3-25 15:34:4
3 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
...
...
@@ -78,7 +78,8 @@ JAVAFILES = \
SimpleOutProducer.java
\
SimpleFileOutProducer.java
\
SimpleLogWriter.java
\
Summarizer.java
Summarizer.java
\
InternalLogWriter.java
JAVACLASSFILES
=
$
(
foreach,i,
$(JAVAFILES)
$(CLASSDIR)$/$(PACKAGE)$/
$
(
i:b
)
.class
)
...
...
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