From f17ab3c5946fd8eee7023c46281ade8ed59414df Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Fri, 1 Mar 2002 08:13:30 +0000 Subject: [PATCH] Renamed 'linux/' to 'src/' (well, created src/ and moved linux/* into it) as a part of Jaq's Great Code Restructure. At this stage, I'm merging all the os-specific subdirs. --- Makefile | 2 +- {linux => src}/Makefile | 0 {linux => src}/Makefile.AXP | 0 {linux => src}/Makefile.i386 | 0 {linux => src}/block16.h | 0 {linux => src}/block8.h | 0 {linux => src}/cd_linux.c | 0 {linux => src}/cd_sdl.c | 0 {linux => src}/d_copy.S | 0 {linux => src}/d_ifacea.h | 0 {linux => src}/d_polysa.S | 0 {linux => src}/gl_fxmesa.c | 0 {linux => src}/gl_glx.c | 0 {linux => src}/glob.c | 0 {linux => src}/glob.h | 0 {linux => src}/glw_linux.h | 0 {linux => src}/in_linux.c | 0 {linux => src}/math.S | 0 {linux => src}/net_udp.c | 0 {linux => src}/q2icon.xbm | 0 {linux => src}/q_shlinux.c | 0 {linux => src}/qasm.h | 0 {linux => src}/qgl_linux.c | 0 {linux => src}/r_aclipa.S | 0 {linux => src}/r_draw16.S | 0 {linux => src}/r_drawa.S | 0 {linux => src}/r_edgea.S | 0 {linux => src}/r_scana.S | 0 {linux => src}/r_spr8.S | 0 {linux => src}/r_surf8.S | 0 {linux => src}/r_varsa.S | 0 {linux => src}/rw_in_svgalib.c | 0 {linux => src}/rw_linux.h | 0 {linux => src}/rw_sdl.c | 0 {linux => src}/rw_svgalib.c | 0 {linux => src}/rw_x11.c | 0 {linux => src}/snd_linux.c | 0 {linux => src}/snd_mixa.S | 0 {linux => src}/snd_sdl.c | 0 {linux => src}/sys_dosa.S | 0 {linux => src}/sys_linux.c | 0 {linux => src}/vid_menu.c | 0 {linux => src}/vid_so.c | 0 43 files changed, 1 insertion(+), 1 deletion(-) rename {linux => src}/Makefile (100%) rename {linux => src}/Makefile.AXP (100%) rename {linux => src}/Makefile.i386 (100%) rename {linux => src}/block16.h (100%) rename {linux => src}/block8.h (100%) rename {linux => src}/cd_linux.c (100%) rename {linux => src}/cd_sdl.c (100%) rename {linux => src}/d_copy.S (100%) rename {linux => src}/d_ifacea.h (100%) rename {linux => src}/d_polysa.S (100%) rename {linux => src}/gl_fxmesa.c (100%) rename {linux => src}/gl_glx.c (100%) rename {linux => src}/glob.c (100%) rename {linux => src}/glob.h (100%) rename {linux => src}/glw_linux.h (100%) rename {linux => src}/in_linux.c (100%) rename {linux => src}/math.S (100%) rename {linux => src}/net_udp.c (100%) rename {linux => src}/q2icon.xbm (100%) rename {linux => src}/q_shlinux.c (100%) rename {linux => src}/qasm.h (100%) rename {linux => src}/qgl_linux.c (100%) rename {linux => src}/r_aclipa.S (100%) rename {linux => src}/r_draw16.S (100%) rename {linux => src}/r_drawa.S (100%) rename {linux => src}/r_edgea.S (100%) rename {linux => src}/r_scana.S (100%) rename {linux => src}/r_spr8.S (100%) rename {linux => src}/r_surf8.S (100%) rename {linux => src}/r_varsa.S (100%) rename {linux => src}/rw_in_svgalib.c (100%) rename {linux => src}/rw_linux.h (100%) rename {linux => src}/rw_sdl.c (100%) rename {linux => src}/rw_svgalib.c (100%) rename {linux => src}/rw_x11.c (100%) rename {linux => src}/snd_linux.c (100%) rename {linux => src}/snd_mixa.S (100%) rename {linux => src}/snd_sdl.c (100%) rename {linux => src}/sys_dosa.S (100%) rename {linux => src}/sys_linux.c (100%) rename {linux => src}/vid_menu.c (100%) rename {linux => src}/vid_so.c (100%) diff --git a/Makefile b/Makefile index 31f7f7d..68f2c13 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ SERVER_DIR=$(MOUNT_DIR)/server REF_SOFT_DIR=$(MOUNT_DIR)/ref_soft REF_GL_DIR=$(MOUNT_DIR)/ref_gl COMMON_DIR=$(MOUNT_DIR)/qcommon -LINUX_DIR=$(MOUNT_DIR)/linux +LINUX_DIR=$(MOUNT_DIR)/src GAME_DIR=$(MOUNT_DIR)/game CTF_DIR=$(MOUNT_DIR)/ctf XATRIX_DIR=$(MOUNT_DIR)/xatrix diff --git a/linux/Makefile b/src/Makefile similarity index 100% rename from linux/Makefile rename to src/Makefile diff --git a/linux/Makefile.AXP b/src/Makefile.AXP similarity index 100% rename from linux/Makefile.AXP rename to src/Makefile.AXP diff --git a/linux/Makefile.i386 b/src/Makefile.i386 similarity index 100% rename from linux/Makefile.i386 rename to src/Makefile.i386 diff --git a/linux/block16.h b/src/block16.h similarity index 100% rename from linux/block16.h rename to src/block16.h diff --git a/linux/block8.h b/src/block8.h similarity index 100% rename from linux/block8.h rename to src/block8.h diff --git a/linux/cd_linux.c b/src/cd_linux.c similarity index 100% rename from linux/cd_linux.c rename to src/cd_linux.c diff --git a/linux/cd_sdl.c b/src/cd_sdl.c similarity index 100% rename from linux/cd_sdl.c rename to src/cd_sdl.c diff --git a/linux/d_copy.S b/src/d_copy.S similarity index 100% rename from linux/d_copy.S rename to src/d_copy.S diff --git a/linux/d_ifacea.h b/src/d_ifacea.h similarity index 100% rename from linux/d_ifacea.h rename to src/d_ifacea.h diff --git a/linux/d_polysa.S b/src/d_polysa.S similarity index 100% rename from linux/d_polysa.S rename to src/d_polysa.S diff --git a/linux/gl_fxmesa.c b/src/gl_fxmesa.c similarity index 100% rename from linux/gl_fxmesa.c rename to src/gl_fxmesa.c diff --git a/linux/gl_glx.c b/src/gl_glx.c similarity index 100% rename from linux/gl_glx.c rename to src/gl_glx.c diff --git a/linux/glob.c b/src/glob.c similarity index 100% rename from linux/glob.c rename to src/glob.c diff --git a/linux/glob.h b/src/glob.h similarity index 100% rename from linux/glob.h rename to src/glob.h diff --git a/linux/glw_linux.h b/src/glw_linux.h similarity index 100% rename from linux/glw_linux.h rename to src/glw_linux.h diff --git a/linux/in_linux.c b/src/in_linux.c similarity index 100% rename from linux/in_linux.c rename to src/in_linux.c diff --git a/linux/math.S b/src/math.S similarity index 100% rename from linux/math.S rename to src/math.S diff --git a/linux/net_udp.c b/src/net_udp.c similarity index 100% rename from linux/net_udp.c rename to src/net_udp.c diff --git a/linux/q2icon.xbm b/src/q2icon.xbm similarity index 100% rename from linux/q2icon.xbm rename to src/q2icon.xbm diff --git a/linux/q_shlinux.c b/src/q_shlinux.c similarity index 100% rename from linux/q_shlinux.c rename to src/q_shlinux.c diff --git a/linux/qasm.h b/src/qasm.h similarity index 100% rename from linux/qasm.h rename to src/qasm.h diff --git a/linux/qgl_linux.c b/src/qgl_linux.c similarity index 100% rename from linux/qgl_linux.c rename to src/qgl_linux.c diff --git a/linux/r_aclipa.S b/src/r_aclipa.S similarity index 100% rename from linux/r_aclipa.S rename to src/r_aclipa.S diff --git a/linux/r_draw16.S b/src/r_draw16.S similarity index 100% rename from linux/r_draw16.S rename to src/r_draw16.S diff --git a/linux/r_drawa.S b/src/r_drawa.S similarity index 100% rename from linux/r_drawa.S rename to src/r_drawa.S diff --git a/linux/r_edgea.S b/src/r_edgea.S similarity index 100% rename from linux/r_edgea.S rename to src/r_edgea.S diff --git a/linux/r_scana.S b/src/r_scana.S similarity index 100% rename from linux/r_scana.S rename to src/r_scana.S diff --git a/linux/r_spr8.S b/src/r_spr8.S similarity index 100% rename from linux/r_spr8.S rename to src/r_spr8.S diff --git a/linux/r_surf8.S b/src/r_surf8.S similarity index 100% rename from linux/r_surf8.S rename to src/r_surf8.S diff --git a/linux/r_varsa.S b/src/r_varsa.S similarity index 100% rename from linux/r_varsa.S rename to src/r_varsa.S diff --git a/linux/rw_in_svgalib.c b/src/rw_in_svgalib.c similarity index 100% rename from linux/rw_in_svgalib.c rename to src/rw_in_svgalib.c diff --git a/linux/rw_linux.h b/src/rw_linux.h similarity index 100% rename from linux/rw_linux.h rename to src/rw_linux.h diff --git a/linux/rw_sdl.c b/src/rw_sdl.c similarity index 100% rename from linux/rw_sdl.c rename to src/rw_sdl.c diff --git a/linux/rw_svgalib.c b/src/rw_svgalib.c similarity index 100% rename from linux/rw_svgalib.c rename to src/rw_svgalib.c diff --git a/linux/rw_x11.c b/src/rw_x11.c similarity index 100% rename from linux/rw_x11.c rename to src/rw_x11.c diff --git a/linux/snd_linux.c b/src/snd_linux.c similarity index 100% rename from linux/snd_linux.c rename to src/snd_linux.c diff --git a/linux/snd_mixa.S b/src/snd_mixa.S similarity index 100% rename from linux/snd_mixa.S rename to src/snd_mixa.S diff --git a/linux/snd_sdl.c b/src/snd_sdl.c similarity index 100% rename from linux/snd_sdl.c rename to src/snd_sdl.c diff --git a/linux/sys_dosa.S b/src/sys_dosa.S similarity index 100% rename from linux/sys_dosa.S rename to src/sys_dosa.S diff --git a/linux/sys_linux.c b/src/sys_linux.c similarity index 100% rename from linux/sys_linux.c rename to src/sys_linux.c diff --git a/linux/vid_menu.c b/src/vid_menu.c similarity index 100% rename from linux/vid_menu.c rename to src/vid_menu.c diff --git a/linux/vid_so.c b/src/vid_so.c similarity index 100% rename from linux/vid_so.c rename to src/vid_so.c