Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 157207
Collapse All | Expand All

(-)gargoyle-orig/garglk/launcher.sh (-20 / +20 lines)
Lines 45-69 Link Here
45
45
46
case "$lowpath" in
46
case "$lowpath" in
47
    *.taf ) $dirpath/scare "$1" ;;
47
    *.taf ) $dirpath/gargoyle-scare "$1" ;;
48
    *.dat ) $dirpath/advsys "$1" ;;
48
    *.dat ) $dirpath/gargoyle-advsys "$1" ;;
49
    *.agx ) $dirpath/agility "$1" ;;
49
    *.agx ) $dirpath/gargoyle-agility "$1" ;;
50
    *.d\$\$ ) $dirpath/agility "$1" ;;
50
    *.d\$\$ ) $dirpath/gargoyle-agility "$1" ;;
51
    *.acd ) $dirpath/alan2 "$1" ;;
51
    *.acd ) $dirpath/gargoyle-alan2 "$1" ;;
52
    *.a3c ) $dirpath/alan3 "$1" ;;
52
    *.a3c ) $dirpath/gargoyle-alan3 "$1" ;;
53
    *.ulx ) $dirpath/git "$1" ;;
53
    *.ulx ) $dirpath/gargoyle-git "$1" ;;
54
    *.hex ) $dirpath/hugo "$1" ;;
54
    *.hex ) $dirpath/gargoyle-hugo "$1" ;;
55
    *.l9  ) $dirpath/level9 "$1" ;;
55
    *.l9  ) $dirpath/gargoyle-level9 "$1" ;;
56
    *.sna ) $dirpath/level9 "$1" ;;
56
    *.sna ) $dirpath/gargoyle-level9 "$1" ;;
57
    *.mag ) $dirpath/magnetic "$1" ;;
57
    *.mag ) $dirpath/gargoyle-magnetic "$1" ;;
58
    *.gam ) $dirpath/tadsr "$1" ;;
58
    *.gam ) $dirpath/gargoyle-tadsr "$1" ;;
59
    *.t3  ) $dirpath/tadsr "$1" ;;
59
    *.t3  ) $dirpath/gargoyle-tadsr "$1" ;;
60
    *.z?  ) $dirpath/frotz "$1" ;;
60
    *.z?  ) $dirpath/gargoyle-frotz "$1" ;;
61
61
62
    *.blb    ) $dirpath/git "$1" ;;
62
    *.blb    ) $dirpath/gargoyle-git "$1" ;;
63
    *.blorb  ) $dirpath/git "$1" ;;
63
    *.blorb  ) $dirpath/gargoyle-git "$1" ;;
64
    *.glb    ) $dirpath/git "$1" ;;
64
    *.glb    ) $dirpath/gargoyle-git "$1" ;;
65
    *.gblorb ) $dirpath/git "$1" ;;
65
    *.gblorb ) $dirpath/gargoyle-git "$1" ;;
66
    *.zlb    ) $dirpath/frotz "$1" ;;
66
    *.zlb    ) $dirpath/gargoyle-frotz "$1" ;;
67
    *.zblorb ) $dirpath/frotz "$1" ;;
67
    *.zblorb ) $dirpath/gargoyle-frotz "$1" ;;
68
68
69
    * ) echo "gargoyle: Unknown file type: $1" ;;
69
    * ) echo "gargoyle: Unknown file type: $1" ;;
(-)gargoyle-orig/tads/Jamfile (-4 / +4 lines)
Lines 62-66 Link Here
62
SEARCH_SOURCE = $(SUBDIR) ;
62
SEARCH_SOURCE = $(SUBDIR) ;
63
63
64
Main tadsr :
64
Main gargoyle-tadsr :
65
	t23run.cpp
65
	t23run.cpp
66
	osansi1.c osansi2.c osansi3.c
66
	osansi1.c osansi2.c osansi3.c
Lines 75-82 Link Here
75
	;
75
	;
76
76
77
LinkLibraries tadsr : libtads2 libtads3 ;
77
LinkLibraries gargoyle-tadsr : libtads2 libtads3 ;
78
78
79
LINK on tadsr$(SUFEXE) = $(C++) ;
79
LINK on gargoyle-tadsr$(SUFEXE) = $(C++) ;
80
80
81
APPS += tadsr ;
81
APPS += gargoyle-tadsr ;
82
82
(-)gargoyle-orig/terps/Jamfile (-25 / +25 lines)
Lines 32-40 Link Here
32
    SubDirCcFlags -w ;
32
    SubDirCcFlags -w ;
33
33
34
    Main advsys :
34
    Main gargoyle-advsys :
35
        advmsg.c advtrm.c advprs.c advdbs.c advint.c advjunk.c advexe.c
35
        advmsg.c advtrm.c advprs.c advdbs.c advint.c advjunk.c advexe.c
36
        glkstart.c ;
36
        glkstart.c ;
37
37
38
    APPS += advsys ;
38
    APPS += gargoyle-advsys ;
39
}
39
}
40
40
Lines 58-62 Link Here
58
    SubDirCcFlags -DGLK_ANSI_ONLY ;
58
    SubDirCcFlags -DGLK_ANSI_ONLY ;
59
59
60
    Main agility :
60
    Main gargoyle-agility :
61
        agtread.c gamedata.c util.c agxfile.c auxfile.c filename.c
61
        agtread.c gamedata.c util.c agxfile.c auxfile.c filename.c
62
        parser.c exec.c runverb.c metacommand.c savegame.c debugcmd.c
62
        parser.c exec.c runverb.c metacommand.c savegame.c debugcmd.c
Lines 65-69 Link Here
65
        ;
65
        ;
66
66
67
    APPS += agility ;
67
    APPS += gargoyle-agility ;
68
}
68
}
69
69
Lines 83-87 Link Here
83
    SubDirCcFlags -funsigned-char -Wno-parentheses -DGLK -DREVERSED ;
83
    SubDirCcFlags -funsigned-char -Wno-parentheses -DGLK -DREVERSED ;
84
84
85
    Main alan2 :
85
    Main gargoyle-alan2 :
86
        arun.c main.c debug.c args.c exe.c inter.c parse.c rules.c stack.c
86
        arun.c main.c debug.c args.c exe.c inter.c parse.c rules.c stack.c
87
        decode.c term.c reverse.c readline.c params.c sysdep.c
87
        decode.c term.c reverse.c readline.c params.c sysdep.c
Lines 89-93 Link Here
89
        ;
89
        ;
90
90
91
    APPS += alan2 ;
91
    APPS += gargoyle-alan2 ;
92
}
92
}
93
93
Lines 106-110 Link Here
106
    SubDirCcFlags -funsigned-char -DGLK ;
106
    SubDirCcFlags -funsigned-char -DGLK ;
107
107
108
    Main alan3 :
108
    Main gargoyle-alan3 :
109
        arun.c main.c debug.c args.c exe.c inter.c parse.c rules.c stack.c
109
        arun.c main.c debug.c args.c exe.c inter.c parse.c rules.c stack.c
110
        decode.c term.c reverse.c readline.c params.c sysdep.c
110
        decode.c term.c reverse.c readline.c params.c sysdep.c
Lines 113-117 Link Here
113
        ;
113
        ;
114
114
115
    APPS += alan3 ;
115
    APPS += gargoyle-alan3 ;
116
}
116
}
117
117
Lines 126-130 Link Here
126
    ObjDir frotz ;
126
    ObjDir frotz ;
127
127
128
    Main frotz :
128
    Main gargoyle-frotz :
129
        buffer.c err.c fastmem.c files.c
129
        buffer.c err.c fastmem.c files.c
130
        input.c main.c math.c object.c process.c quetzal.c random.c
130
        input.c main.c math.c object.c process.c quetzal.c random.c
Lines 133-137 Link Here
133
        ;
133
        ;
134
134
135
    APPS += frotz ;
135
    APPS += gargoyle-frotz ;
136
}
136
}
137
137
Lines 150-154 Link Here
150
    SubDirCcFlags -DUSE_INLINE ;
150
    SubDirCcFlags -DUSE_INLINE ;
151
151
152
    Main git :
152
    Main gargoyle-git :
153
        git.c memory.c compiler.c opcodes.c operands.c
153
        git.c memory.c compiler.c opcodes.c operands.c
154
        peephole.c terp.c glkop.c search.c git_unix.c
154
        peephole.c terp.c glkop.c search.c git_unix.c
Lines 156-160 Link Here
156
        ;
156
        ;
157
157
158
    APPS += git ;
158
    APPS += gargoyle-git ;
159
}
159
}
160
160
Lines 171-180 Link Here
171
    if $(OS) != MINGW { SubDirCcFlags -DOS_UNIX ; }
171
    if $(OS) != MINGW { SubDirCcFlags -DOS_UNIX ; }
172
172
173
    Main glulxe :
173
    Main gargoyle-glulxe :
174
        main.c files.c vm.c exec.c funcs.c operand.c string.c glkop.c
174
        main.c files.c vm.c exec.c funcs.c operand.c string.c glkop.c
175
        serial.c search.c gestalt.c osdepend.c unixstrt.c
175
        serial.c search.c gestalt.c osdepend.c unixstrt.c
176
        ;
176
        ;
177
177
178
    APPS += glulxe ;
178
    APPS += gargoyle-glulxe ;
179
}
179
}
180
180
Lines 206-215 Link Here
206
        [ FDirName $(SUBDIR) heglk ] ;
206
        [ FDirName $(SUBDIR) heglk ] ;
207
207
208
    Main hugo :
208
    Main gargoyle-hugo :
209
        he.c heexpr.c hemisc.c heobject.c heparse.c heres.c herun.c heset.c 
209
        he.c heexpr.c hemisc.c heobject.c heparse.c heres.c herun.c heset.c 
210
        stringfn.c heglk.c heglkunix.c
210
        stringfn.c heglk.c heglkunix.c
211
        ;
211
        ;
212
212
213
    APPS += hugo ;
213
    APPS += gargoyle-hugo ;
214
}
214
}
215
215
Lines 237-243 Link Here
237
        [ FDirName $(SUBDIR) Glk ] ;
237
        [ FDirName $(SUBDIR) Glk ] ;
238
238
239
    Main level9 : level9.c glk.c ;
239
    Main gargoyle-level9 : level9.c glk.c ;
240
240
241
    APPS += level9 ;
241
    APPS += gargoyle-level9 ;
242
}
242
}
243
243
Lines 268-274 Link Here
268
    # SubDirCcFlags -DNOBORDER ;
268
    # SubDirCcFlags -DNOBORDER ;
269
269
270
    Main magnetic : emu.c glk.c ;
270
    Main gargoyle-magnetic : emu.c glk.c ;
271
271
272
    APPS += magnetic ;
272
    APPS += gargoyle-magnetic ;
273
}
273
}
274
274
Lines 315-322 Link Here
315
        sound.c graphics.c blorb.c 
315
        sound.c graphics.c blorb.c 
316
        ;
316
        ;
317
    Main nitfol : main.c startunix.c ;
317
    Main gargoyle-nitfol : main.c startunix.c ;
318
    LinkLibraries nitfol : libnitfol ;
318
    LinkLibraries gargoyle-nitfol : libnitfol ;
319
319
320
    APPS += nitfol ;
320
    APPS += gargoyle-nitfol ;
321
}
321
}
322
322
Lines 336-340 Link Here
336
    }
336
    }
337
337
338
    Main scare :
338
    Main gargoyle-scare :
339
        sctafpar.c sctaffil.c scprops.c scvars.c scexpr.c scprintf.c
339
        sctafpar.c sctaffil.c scprops.c scvars.c scexpr.c scprintf.c
340
        scinterf.c scparser.c sclibrar.c scrun.c scevents.c scnpcs.c
340
        scinterf.c scparser.c sclibrar.c scrun.c scevents.c scnpcs.c
Lines 343-347 Link Here
343
        ;
343
        ;
344
344
345
    APPS += scare ;
345
    APPS += gargoyle-scare ;
346
}
346
}
347
347

Return to bug 157207